bug-lilypond
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Example in section "Printing stanzas at the end in multiple columns"


From: James Lowe
Subject: Re: Example in section "Printing stanzas at the end in multiple columns" doesn't align text baselines precisely
Date: Sat, 5 Dec 2015 23:55:03 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0

Hello Márton,


On 01/11/15 23:38, MártonKároly wrote:
> Notation Reference 2.1.3. example, slightly modified
>
> The 5th verse is printed slightly BELOW the 3rd! (the bottom of the 
> letter 'g' is below the bottom of the letter 'l' and distances are 
> measured from the bottom of the letters and not from the baselines)
>
> Text boxes should be introduced to handle this problem because it's not 
> always possible to measure all distances from the text baselines.
It is not clear (at least to me) what you are suggesting here.

1. To change the example in the NR with an existing feature/syntax?
2. To enhance LilyPond with a new feature/command?
3. Something else?

Regards

James


>
> \markup {
>   \fill-line {
>     \hspace #0.1 % moves the column off the left margin;
>      % can be removed if space on the page is tight
>      \column {
>       \line { \bold "2."
>         \column {
>           "This is verse two."
>           "It has two lines."
>         }
>       }
>       \combine \null \vspace #0.1 % adds vertical spacing between verses
>       \line { \bold "3."
>         \column {
>           "This is verse three."
>           "It has two lines."
>         }
>       }
>     }
>     \hspace #0.1 % adds horizontal spacing between columns;
>     \column {
>       \line { \bold "4."
>         \column {
>           "This is verse four."
>           "gggggggggggggggggg"
>         }
>       }
>       \combine \null \vspace #0.1 % adds vertical spacing between verses
>       \line { \bold "5."
>         \column {
>           "This is verse five."
>           "It has two lines."
>         }
>       }
>     }
>   \hspace #0.1 % gives some extra space on the right margin;
>   % can be removed if page space is tight
>   }
> }
>
>
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-lilypond
>
>


-- 
James

-------

B8F4 5395 CBE2 ED37 7513 B075 FF32 5682 A84B D8BE




reply via email to

[Prev in Thread] Current Thread [Next in Thread]