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 <bernhard.kle...@gmx.net>:

> 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
> bernhard.kle...@gmx.net
> 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
> lilypond-user@gnu.org
> https://lists.gnu.org/mailman/listinfo/lilypond-user
>
>
_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to