First, familize yourself with LibreCAD rotation(Video by Mufasu CAD):
https://www.youtube.com/watch?v=SPbYW3UNIE0It's also good for you to start using the command line.
1. Draw a horizontal line (Tools > Lines > 2 Points), in command line type in coordinates of points, one point a time:
0,0
10,0
2, Right click (or Esc) to stop "2 Points" command;
3, Tools > Modify > Rotate (to start rotation);
4, Select the line drawn in Step 1;
5, Press Enter to continue;
6, See the status over the command line: select rotation center: use command line to type in coordinates: 0,0
7, For status "Select Reference point", type in coordinates: @1<0 (meaning relative to the current relative zero 0,0 in polar coordinates rho=1, theta=0 degrees;
8, For status "Select Target point", type in coordinates: @1<30. (30 degrees)
9, In the subsequnet dialog: verify rotation angle is 30 (degrees); check "Keep Original" and Select "Multiple Copies: 11
10, Okay to accept the dialog, and you will see total 12 lind segments
Jozef wrote
when I try that, it asks me to specify the entity and I select the first line I drew, it then puts up a line twice as long and asks me to specify position. Sorry if I seem dumb. I have not used Librecad very much.