lilypond-auto
[Top][All Lists]
Advanced

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

[Lilypond-auto] Issue 4027 in lilypond: guitar fretboard for 'bes' unrec


From: lilypond
Subject: [Lilypond-auto] Issue 4027 in lilypond: guitar fretboard for 'bes' unrecognized
Date: Fri, 25 Jul 2014 09:22:54 +0000

Status: New
Owner: ----

New issue 4027 by address@hidden: 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



reply via email to

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