Updates:
Labels: Patch-new
Comment #2 on issue 1734 by mts...@gmail.com: Lilypond crashes
on "fingeringOrientations = #'right" if set in \layout { \ context {
\Score ... } }
http://code.google.com/p/lilypond/issues/detail?id=1734
The issue is that fingering orientations needs to be a list. To get it to
work, change the example to:
\version "2.15.2"
\layout {
\context {
\Score
fingeringOrientations = #'(right)
}
}
{ <e-1> }
http://codereview.appspot.com/4650070/
_______________________________________________
bug-lilypond mailing list
bug-lilypond@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-lilypond