On Sat, 3 May 2014, Urs Liska wrote:

> > >   There is just one important thing that I couldn't read in Schumann's
> > >   handwriting. It's overstroken by Schumann and in that typical 19th
> > > century German handwriting. But maybe someone in this group is able > > > to
> > >   read it. See attachment.

 Maybe something like "Für ganz Kleine:"?
 Would make sense in the context of op. 68, but I really can't read the last
 word.

I like that one. Until someone comes up with a better idea I'll use that one.

I have attached the tune (.pdf and .ly).

--

MT

Attachment: 00-unknown.pdf
Description: Adobe PDF document

\version "2.19.5"
%\pointAndClickOff

\header {
  title = "Für ganz Kleine (?)"
  composer = "Robert Schumann"
}

rh = \relative {
  c''4-.( c-.) e-.( e-.) | g( f d2) | e4-.( e-.) c-.( c-.) | d1 |
  \break
  c4-.( c-.) e-.( e-.)   | g( f d2) | e4-.( e-.) d-.( d-.) | c1 |
  \bar "|."
}

lh = \relative {
  <<
    \new Voice {
      \voiceOne
      b'2\rest <e, g> | b'\rest <d, g> | b'\rest <e, g> | b'\rest <b, d g> |
      b'\rest <e, g> | b'\rest <d, g> | <c e g> <b d g> | <c e>1 |
    }
    \new Voice {
      \voiceTwo
      c1 | b | c | g | c | b | s | s |
    }
  >>
  \bar "|."
}

\score {
  \new PianoStaff <<
    \new Staff \rh
    \new Dynamics { s1\mf }
    \new Staff \lh
  >>
  \layout {}
}


_______________________________________________
lilypond-user mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to