bug-lilypond
[Top][All Lists]
Advanced

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

Re: Issue 1734 in lilypond: Lilypond crashes on "fingeringOrientations =


From: lilypond
Subject: Re: Issue 1734 in lilypond: Lilypond crashes on "fingeringOrientations = #'right" if set in \layout { \ context { \Score ... } }
Date: Mon, 04 Jul 2011 12:40:35 +0000

Updates:
        Labels: Patch-new

Comment #2 on issue 1734 by address@hidden: 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/




reply via email to

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