bug-lilypond
[Top][All Lists]
Advanced

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

Re: Are cross-staff beams and 'remove-empty *really* not compatible?


From: Graham Percival
Subject: Re: Are cross-staff beams and 'remove-empty *really* not compatible?
Date: Wed, 7 Jan 2009 18:04:46 +0800
User-agent: Mutt/1.5.18 (2008-05-17)

In case nobody replies by the time this email gets sent (I'm
sitting in the Employment Pass office in Singapore; my ticket
number is 404 and they were on 265 when I arrived), check for a
regtest.  If this is one, remove the warning.  If there isn't one,
make a regtest (which I think you did below), wait a week, then
add the regtest and remove the warning.

Cheers,
- Graham


On Wed, Jan 07, 2009 at 12:21:18AM +0100, Valentin Villenave wrote:
> Greetings,
> 
> NR1.2.4 says:
> 
> Known issues and warnings
> Automatically kneed cross-staff beams cannot be used together with
> hidden staves.
> 
> Why?
> 
> The following piece of code works well (and if you uncomment the last
> line, an ugly #76 collision happens)
> 
> \layout {
>   \context {
>     \Staff
>     \remove Axis_group_engraver
>     \consists Hara_kiri_engraver
>     %\override Beam #'auto-knee-gap = #'()
>     \override VerticalAxisGroup #'remove-empty = ##t
>   }
> }
> 
> \new PianoStaff <<
>   \new Staff = "up" s1*24
>   \new Staff = "dwn" {
>     ais16 ais'16
>     \change Staff = "up"
>     ais'8
>     r4 r2
>     \repeat unfold 23 d'1
>     }
> >>
> 
> -- 
> Cheers,
> Valentin
> 
> 
> _______________________________________________
> bug-lilypond mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-lilypond




reply via email to

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