Allgemein > Hilfe beim Einstieg in Lilypond

Schrägstrich und andere Karakter

<< < (3/3)

flashgordonx:
Ich befürchte, dass es mir zu große Herausforderung wird.  :o Jetzt kann ich sowohl Schrägstriche als auch Noten schreiben. Aber die Schrägstriche haben verändert.


--- Code: ---\version "2.18.2"

global = {
  \key c \major
  \time 4/4
  \tempo 4=100
}

right = \relative c'' {
  \global
  % Die Noten folgen hier.
 
}

left = \relative c' {
  \global
 \improvisationOn
        \omit Stem
        c4 c c c
        \improvisationOff
        \undo \omit Stem
        c4 c c c
        \improvisationOn
        \omit Stem
        c4 c c c
 
}

\score {
  \new PianoStaff \with {
    instrumentName = "Klavier"
  } <<
    \new Staff = "right" \right
    \new Staff = "left"
   
    \with {
        \consists Pitch_squash_engraver
      }
   
    { \clef bass \left }
  >>
  \layout { }
}

--- Ende Code ---

harm6:
Voice-context !!
s.o.

Bin in Eile,
  Harm

flashgordonx:
Passt schon. Danke :)

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln