Status: New
Owner: ----
New issue 4027 by [email protected]: guitar fretboard for 'bes' unrecognized
http://code.google.com/p/lilypond/issues/detail?id=4027
Here is .ly file:
"
\include "lilypond-book-preamble.ly"
\include "predefined-guitar-fretboards.ly"
\include "deutsch.ly"
\paper {
#(define dump-extents #t)
ragged-right = ##t
line-width = 17\cm
}
\layout {
indent = #0
\context {
\Score
\remove "Bar_number_engraver"
}
}
mychords = \chordmode{
c g:7 g:m7 bes
}
\transpose c c
<<
\context ChordNames { \germanChords
\mychords
}
\context FretBoards {
\mychords
}
"
Here is the output:
"
GNU LilyPond 2.19.10
Processing `ess.ly'
Parsing...
ess.ly:20:20: error: unrecognized string, not in text script or \lyricmode
c g:7 g:m7
bes
Interpreting music...
Preprocessing graphical objects...
Calculating line breaks...
Drawing systems...
Layout output to `pp.eps'...
Converting to PNG...
Layout output to `pp-1.eps'...
Writing pp-systems.texi...
Writing pp-systems.tex...
Writing pp-systems.count...
fatal error: failed files: "ess.ly"
"
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings