bug-lilypond
[Top][All Lists]
Advanced

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

Setting chordNameSeparator to a space


From: Rick Hansen (aka RickH)
Subject: Setting chordNameSeparator to a space
Date: Fri, 14 Apr 2006 07:38:26 -0700 (PDT)

I'm entering a chordNameSeparator of space however lilypond seems to be
trimming it to an empty string anyway.  The following two examples both
render chord names with no separation, the first example should be placing a
space between each chord name interval, the second example is working ok.

Example 1

        \new ChordNames \with {
                chordNameSeparator = " "
        }
        {
                <c ef gf bf d'>1
        }



Example 2

        \new ChordNames \with {
                chordNameSeparator = ""
        }
        {
                <c ef gf bf d'>1
        }



--
View this message in context: 
http://www.nabble.com/Setting-chordNameSeparator-to-a-space-t1449966.html#a3917390
Sent from the Gnu - Lilypond - Bugs forum at Nabble.com.





reply via email to

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