I'm pulling my hair over this strange thing that has affected stable releases 
of lilypond v2.14.2 from 2.18.2 on Ubuntu 12.04 with gedit and on LilyBin.com

Lilypond does not like "bes" at all and it won't print b flat !!!!. Anyone had 
this problem ?. I don't have any other platform(OSX / Windows) to check.

Thanks,

Eby

****************
O.ly:38:1: error: unrecognized string, not in text script or \lyricmode

bes8 d bes
****************

****************
\version "2.16.2"
\language "english"

\header {
  title = "Er is een kindeke geboren op aard‘"
  subsubtitle = "Old Dutch Christmas Carol - Traditional"
}

\paper {
  #(set-paper-size "a4")
}

global = {
  \key f \major
  \time 6/8  
}

right = \relative c' {
  \global
  % Music follows here.
\partial 8 f8 | % 1

a4 g8 f16 [ f16 f8 a8 ] | % 2

c8 [ c8 d8 ] c4 ^\fermata \breathe r8 | % 3

R2. | % 4

R2. | % 5

bes8 d bes

}

leftOne = \relative c' {
  \global
  % Music follows here.

}

leftTwo = \relative c' {
  \global
  % Music follows here.

}

pedal = \relative c {
  \global
  % Music follows here.

}

\score {
  <<
    \new PianoStaff \with {
      instrumentName = "Organ"
    } <<
      \new Staff = "right" \right
      \new Staff = "left" { \clef bass << \leftOne \\ \leftTwo >> }
    >>
    \new Staff = "pedal" { \clef bass \pedal }
  >>
  \layout { }
}

****************

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to