lilypond-user
[Top][All Lists]
Advanced

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

Re: dynamic marks on multiple lines between piano staves


From: Sirius Barras
Subject: Re: dynamic marks on multiple lines between piano staves
Date: Sat, 22 Oct 2016 01:01:10 +0200

Thank you R.Shann and Noeck, your solution

{
  bes'
  -\markup \column { \line { "1." \dynamic "p" }
                     \line { "2." \dynamic "f" } }
}

works perfectly and it is pretty simple.
s.

On 21 October 2016 at 21:51, Noeck <address@hidden> wrote:
Hi,

Am 21.10.2016 um 10:25 schrieb Richard Shann:
> <>^\markup\scale #'(1 . 1)\column{\line{1. \dynamic p
> }\line{2. \dynamic f}
> }

Why the \scale?

Otherwise, my suggestion would have been very similar:

{
  bes'
  -\markup \column { \line { "1." \dynamic "p" }
                     \line { "2." \dynamic "f" } }
}

Cheers,
Joram

_______________________________________________
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]