Line between two lines

I need to make two lines on the left and one line on the right, that occupy space between those two in the left (make one line between first two not an option - space is too large)

UPD:

1st line
                                               line between 
2nd line

But I want to do it like this:

1st line 
2nd line

and line between to be, You know between does two

I don’t understand. An example is probably required. Are you talking about two columns of text or a right-aligned line between two left aligned lines? A line by definition runs full width unless columns (e.g., a section) or some other limiting construct (e.g., frame) is used.

add an example

@Moringer - do you mean you want to enter the text in this order: (1) 1st line > (2) 2nd line > (3) between line. ?? It seems odd!

Thanks for providing an example and trying to clarify your issue. If I am understanding you correctly, it appears you require text on the left to essentially be unaligned (in terms of the lines themselves) with text on the right. Keeping lines aligned is referred to as registration and in this case it will need to be turned off i.e., Format > Paragraph… > Indents & Spacing tab > Register-true section > ensure the Activate option is not selected. The same applies to any styles relating to the text at right.

While there is no elegant way to achieve unaligned adjacent lines it can be done using some basic adjustments. It is best to set a “Fixed” Line spacing that is a multiple of the point size of the text e.g., for 12pt text, perhaps set a line spacing of 16pt or 18pt. You could probably also achieve a similar effect using leading via the Spacing before paragraph option, although this is less elegant in my opinion. In this example:

… I have included thin red borders to more clearly show the lines. Each line of text is set in 24pt with a 36pt line spacing. I have inserted a leading carriage return in the Default Style (12pt) above the line of text at right. For smaller text (at right) you will need to manually calculate the required line spacing to achieve as desired result.

I suppose if the issue is simply layout on the page, then a table might be the simplest solution:

In this example:

  1. The table is created as 2x2.
  2. but the cells in the right-hand column are merged (select cells > right-click > Cell > merge).
  3. after merge, set vertical-align to “middle” (right-click in cell > Cell > Center)

Should do it?

Good alternative. I was part-guessing what the problem is, but I think this idea of registration / vertical alignment seem the most likely.

@oweng - OP’s scenario/use-case still somewhat obscure to me (it would help to know context, too, as what appears above/below imposes constraints on possible solutions). Good to know there’s more than one way to “skin the cat”, though!