lilypond-user
[Top][All Lists]
Advanced

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

Re: Error with \sustainOff


From: Pierre Perol-Schneider
Subject: Re: Error with \sustainOff
Date: Sun, 23 Oct 2016 09:55:52 +0200

Hi Bernhard,
Try:

\version "2.19.49"
\language "deutsch"

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

leftOne = \relative c' {
  \voiceFour
  \global
  \clef bass \stemUp \dynamicUp
  <a, a,>4.\sustainOn <>\sustainOff <>\sustainOn <fis' fis,>4\< <dis dis,>8\! |
}
\score {
  \new StaffGroup
  <<
    \new PianoStaff = "piano"
    <<
      \new Staff = "left"
      <<
        \new Voice \leftOne
      >>
    >>
  >>
}

HTH.
Cheers,
Pierre

2016-10-23 7:48 GMT+02:00 Bernhard Kleine <address@hidden>:
The following minimal piece does not compile properly. I looked in the
docu but could not find what is wrong.

Any help appreciated

Regards Bernhard


\version "2.19.49"
\language "deutsch"

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

leftOne = \relative c' {
  \voiceFour
  \global
  \clef bass \stemUp \dynamicUp
  <a, a,>4.\sustainOn \sustainOff \sustainOn <fis' fis,>4\< <dis dis,>8\! |
}
\score {
  \new StaffGroup
  <<
    \new PianoStaff = "piano"
    <<
      \new Staff = "left"
      <<
        \new Voice \leftOne
      >>
    >>
  >>
}


--
spitzhalde9
D-79853 lenzkirch
address@hidden
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09



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



reply via email to

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