bug-lilypond
[Top][All Lists]
Advanced

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

Re: A suggestion for Dynamic staves


From: Peter Toye
Subject: Re: A suggestion for Dynamic staves
Date: Thu, 30 Sep 2021 17:32:36 +0100

Dear Jean,

Thanks. That  works for the dynamics, but the hairpins are still too large in 
the Y-direction.
 
Oddly, Frescobaldi doesn't recognise \magnifyMusiceither wher I've put it or 
within the brackets. The result is the same, however.
\version "2.22.1"
\language "english"
\score {
  <<
    \new Staff {
      \relative {
        a'4\f 4 4\> 4
        4 4 4 4\!
      }
    }
    \new Staff \with {
      \magnifyStaff #5/7
    }
    { \relative {
      a'4\f 4 4\> 4
      4 4 4 4\!
      }
    }
    \new Dynamics
    \magnifyMusic #5/7
    {
%      \override DynamicText.font-size = #-3
      s4\f 4 4\> 4
      4 4 4 4\!
    }
  >>
}
 
Best regards,

Peter
mailto:lilypond@ptoye.com
www.ptoye.com

-------------------------
Thursday, September 30, 2021, 4:09:12 PM, you wrote:


> Le 30/09/2021 à 11:17, Peter Toye a écrit :

>> It does not seem to be possible to change the size of a Dynamic staff. 
>> Admittedly, at first sight there's no need to, but it means that the font 
>> size of text and the Y-size of graphics like hairpins does not change. This 
>> is a bit of a nuisance - any chance of getting \magnifyStaff to apply to 
>> Dynamics? The following shows the problem:
  >>> \version "2.22.1"

>> \language "english"

>> \score {
>>    <<
>>      \new Staff \with {
>>        \magnifyStaff #5/7
>>      }
>>      { \relative {
>>        a'4\f 4 4\> 4
>>        4 4 4 4\!
>>        }
>>      }
>>      \new Dynamics
>>      {
>>        s4\f 4 4\> 4
>>        4 4 4 4\!
>>      }
>>    >>
>> }
  >>> All the best,

> Thanks, I've opened
> https://gitlab.com/lilypond/lilypond/-/issues/6188.
> Note that the more generic \magnifyMusic does work.

> Best,
> Jean


reply via email to

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