lilypond-user
[Top][All Lists]
Advanced

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

Re: setting the beamlet size in cue notes - help needed


From: Xavier Scheuer
Subject: Re: setting the beamlet size in cue notes - help needed
Date: Wed, 12 Jan 2011 00:51:21 +0100

2011/1/11 Janek Warchoł <address@hidden>:
> Hi,
>
> how can i override beamlet length in cue notes?
> In the following code the \override Stem #'beamlet-default-length doesn't 
> work.
>
> \version "2.13.45"
> \include "italiano.ly"
>
> \addQuote "viola" {
>    sib4 r8 sol sol'8. fa'16 mib'8.-\trill re'16 |
>  }
>
> \score {
>      <<
>        \new Staff = tenorStaff {
>            \new Voice = tenorVoice { R1 }
>          }
>        \context Staff = tenorStaff {
>            \new CueVoice \with { instrumentCueName = "vla." }
>            \override Stem #'beamlet-default-length = #'(0.75 . 0.75)
>            \cueDuring #"viola" #UP { s1 }
>          }
>      >>
>  }
>
> The "\context Staff = tenorStaff" stuff is necessary (this snippet is
> a part of a large project).
> I know this can be done somehow because i did it once, and now i'm
> trying to do it again for an hour or more with no success... :(

Odd, I would have expected
  \override CueVoice.Stem #'beamlet-default-length = #'(0.75 . 0.75)
to work but it does not (a bug?).

But
  \override Staff.Stem #'beamlet-default-length = #'(0.75 . 0.75)
does the job.

Cheers,
Xavier

-- 
Xavier Scheuer <address@hidden>



reply via email to

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