2013/6/13 Nathan <[email protected]>: > When I turn on \override Beam.positions = #beam::align-with-broken-parts, I > get strangely extended or shrunk stems. > > \version "2.17.20" > > \new Staff \transpose c c' { > \override Beam.breakable = ##t > \override Beam.positions = #beam::align-with-broken-parts > c1 > c1 > c1 > c2.. c'8[ \break > a8 f8] c2. > c1 > c1 > c2.. c''8[ \break > a'8 f'8] c'2. > c1 > c1 > } > > Does anyone know a way to get around this? > > Regards, > Nathan > > > _______________________________________________ > lilypond-user mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/lilypond-user >
I wrote a bug-report about it: http://lilypond.1069038.n5.nabble.com/Weird-Stems-with-beam-align-with-broken-parts-and-beam-slope-like-broken-parts-td147068.html Workaround: Add a second, hidden note before \break \version "2.17.20" \new Staff \transpose c c' { \override Beam.breakable = ##t \override Beam.positions = #beam::align-with-broken-parts c1 c1 c1 c2.. c'8*1/2[ \once \hideNotes c' \break a8 f8] c2. c1 c1 c2.. c''8*1/2[ \once \hideNotes c'' \break a'8 f'8] c'2. c1 c1 } HTH, Harm _______________________________________________ lilypond-user mailing list [email protected] https://lists.gnu.org/mailman/listinfo/lilypond-user
