lilypond-user
[Top][All Lists]
Advanced

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

Re: Alignment problem


From: Manuela Gößnitzer
Subject: Re: Alignment problem
Date: Tue, 8 Aug 2017 12:18:21 +0200

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 <address@hidden>:
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" <address@hidden>
To: "Lilypond-User Mailing List" <address@hidden>
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 <address@hidden> 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
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user



_______________________________________________
lilypond-user mailing list
address@hidden
https://lists.gnu.org/mailman/listinfo/lilypond-user


reply via email to

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