What about

\relative b, {
 \key g \major
 \clef "bass"
 \time 3/4

 \textLengthOn
 d4 _\markup{\italic "Fine"}
 \fermata
 g4- \markup { \dynamic "f" }
 b4
}

2017-08-07 15:18 GMT+02:00 Phil Holmes <m...@philholmes.net>:

> It does, but only if you attach the markup to the note.  As it turns out,
> it still _just_ collides with the forte, so adding a space to the end of
> "fine" solves this.  However, they still don't align since they are both
> avoiding note stems of different lengths.
>
> \relative b, {
>  \key g \major
>  \clef "bass"
>  \time 3/4
>
>  \textLengthOn
>  d4 _\markup{\italic "Fine "}
>  \fermata
>  g4 \f
>  b4
> }
>
>
> --
> Phil Holmes
>
>
> ----- Original Message ----- From: "Jacques Menu" <imj-...@bluewin.ch>
> To: "Lilypond-User Mailing List" <lilypond-user@gnu.org>
> Sent: Monday, August 07, 2017 1:30 PM
> Subject: Re: Alignment problem
>
>
>
> Hello Phil,
>
> \textLengthOn doesn't solve the problem, thanks anyway!
>
> JM
>
> Jacques Menu, iPhone
>
> Le 7 août 2017 à 08:19, Menu Jacques <imj-...@bluewin.ch> a écrit :
>>
>> Hello folks,
>>
>> Can the « Fine » and « f » be on the same horizontal line while remaining
>> attached to two differents notes, without using any separate dynamics voice?
>>
>> Thanks!
>>
>> JM
>>
>> \version "2.19.55"
>>
>> \relative b, {
>>   \key g \major
>>   \clef "bass"
>>   \time 3/4
>>
>>   d4
>>   \fermata _\markup{\italic "Fine"}
>>   g4 \f
>>   b4
>> }
>>
>>
>>
>
>
> ------------------------------------------------------------
> --------------------
>
>
>
>>>
>>>
>>
>
> ------------------------------------------------------------
> --------------------
>
>
>
> _______________________________________________
>> lilypond-user mailing list
>> lilypond-user@gnu.org
>> https://lists.gnu.org/mailman/listinfo/lilypond-user
>>
>>
>
> _______________________________________________
> lilypond-user mailing list
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to