Gitarre: Notenlesen - Vorarbeiten

Folgende einstimmige Beispiele sind schon für weitere Lektionen vorbereitet. Sie werden in Zukunft in das Projekt eingearbeitet.

Navigation:  Gitarre | Notenlesen
Einführung:   •   g h e'   •   a c' d'   •   Das Lagespiel   •   Der Wechselschlag   •   f' g' und f#'   •   e f und g#   •   h, c und d   •   Greensleeves...   •   f, g, und a,   •   Asturias (einfach)   •   e, fis, und gis,   •   Malagueña   •   Vorarbeiten   •   kleine Stücke   •  

Die Noten wurden von verschiedenen Quellen abgetippt, und müssen noch einmal genau auf Richtigkeit überrpüft werden. Mal war die Notenvorlage nur mäßig, und mal habe ich mich schlichtweg vertippt.

Der Quelltext liegt im ABC-Format vor. Beim Übersetzen in Lilypond kommt es zu Fehlern.

To-Do:

Lieder überprüfen! Anhören und korrigieren. Abc-notation nach Lilypond konvertieren um das Problem mit den Lehato- statt Bindebögen zu lösen.

Uhrenkanon Bearbeiten


\relative c'
{\key c \major \time 2/4 % \autoBeamOff
c4^"1." c | c8 c c c | e4 c | e c \fermata | \break
e8^"2." e e e | e4 4 | g8 g e e | g g e e \fermata | \break
g8^"3." g g g | g g g g | c16 c c c c c c c | c c c c c r r8 \fermata \bar "|." }
\addlyrics {
Gro -- ße Uh -- ren ge -- hen: tick, tack; tick, tack;
klei -- ne Uh -- ren ge -- hen: tick, tack; tick, tack; tick, tack; tick, tack;
und die klei -- nen Ta -- schen -- uh -- ren: tik -- ke, tak -- ke; tik -- ke, tak -- ke; tik -- ke, tak -- ke, tick!
}

Sur Le Pont D'Avignon Bearbeiten

einfache Akkorde

X:8
T:Sur Le Pont D'Avignon
C:französisches Volkslied
L: 1/4
Q: 1/4=120
K:C
"C"c c c2 | "G"d d d2 | "C"e f g c | "G"B c d G |
w: Sur le pont d'a-vi-gnon, l'on y dan-se, l'on i dan-se.
"C"c c c2 | "G"d d d2 | "C"e f g c | "G"d B "C"c2 |]
w: Sur le pont d'a-vi-gnon, l'on y dan-se, tut en round.

Auld Lang Syne Bearbeiten


X:1
T:Auld Lang Syne
C:englisches Volkslied
M:4/4
L:1/4
Q: 1/4=120
K:C
G,| "C"C>B, C E | "G"D>C D E/D/ | "C"C>C  E  G | "F"A3 
w:Should auld a-cquain-tance be for-got and_ ne-ver brought to mind?
A | "C"G>E  E C | "G"D>C D E/D/ | "C"C>A, "Am"A, G,| "C"C3
w:Should auld a-cquain-tance be for-got and_ days of auld lang syne?
"F"A | "C"G>E  E C | "G"D>C D "F"A    | "C"G>E  E  G | "F"A3 
w: For auld_ lang_ syne, my dear For auld_ lang_ syne
A | "C"G>E  E C | "G"D>C D E/D/ | "C"C>A, "Am"A, G,| "C"C3||
w:We'll take a cup o' kind-ness yet for_ auld_ lang_ syne

Sur Le Pont D'Avignon Bearbeiten

erweiterte Akkorde

X:10
T:Sur Le Pont D'Avignon
C:französisches Volkslied
L: 1/4
Q: 1/4=120
K:C
"C" c c c2 | "G" d d d2 | "C"  e f "Am7"g c | "Dm"B c "G7"d G |
w: Sur le pont d'a-vi-gnon, l'on y dan-se, l'on i dan-se.
"C" c c c2 | "G" d d d2 | "C"  e f "Am7"g c | "G7sus4"d "G7"B "C"c2 |]
w: Sur le pont d'a-vi-gnon, l'on y dan-se, tut en round.

Wild Mountain Thyme Bearbeiten


\version "2.20.0"
\header {
 title = "The Wild Mountain Thyme"
 subtitle = "Will You Go Lassie Go"
 subsubtitle = "Braes o Balquhidder"

 % poet = "Texter"
 composer = "Trad. (Scotland)"
 % arranger = "arr: ccbysa: Wikibooks (mjchael)"
}

myKey = {
  \clef "treble"
  \time 4/4
  \tempo 4 = 100
  %%Tempo ausblenden
  \set Score.tempoHideNote = ##t
  \key g\major
}

%% Akkorde
%% Lagerfeuerschlag (Var.) 
%% 1 . 2 + . + 4 +

myGAm = \chordmode { g,,4 g,8  
a,4:m a,8:m a,8:m a,8:m }
myEm = \chordmode { e,,4:m e,8:m 
e,4:m e,8:m e,8:m e,8:m }
myC = \chordmode { c,4 c8 
4 8 8 8 }
myG = \chordmode { g,,4 g,8 
4 8 8 8  }
myCBm = \chordmode { c,4 c8 
b,4:m b,8:m b,8:m b,8:m }
myAm = \chordmode { a,,4:m a,8:m 
a,4:m a,8:m a,8:m a,8:m }
myGC = \chordmode { g,,4 g,8 
c4 8 8 8 }

myChords = \chordmode {
  \set Staff.midiInstrument = #"acoustic guitar (nylon)"
  %% Akkorde nur beim Wechsel notieren
  \set chordChanges = ##t
  \partial 4 s4
  \myGAm \myEm 
  \myC \myG 
  \myCBm \myEm
  \myAm \myEm
  \myGC \myG
  \myC \myG
  \myCBm \myEm
  \myAm \myC
  \myGC \myG
  g,,1 %Schlusston
}

myMelody = \relative c'' {
  \myKey
  \set Staff.midiInstrument = #"trombone"
  \relative c''{ 
  \partial 4 g8 a |
  b b4. a4. g8 | e8 g4. r4 b8 d |
  e4. 8 4. d8 | b d4. r4 b8 d |
  e2 d4 b | a8 g4. r4 a8 b |
  c4. b8 a4 g | e8 g4. 4. e8 |
  d2 e8 g4. | g2 r4 b8 d |
  e2 4. d8 | b d4. r4 b8 d |
  e2 d4 b | a8 g4. r4 a8 b |
  c4. b8 a4 g | e8 g4. 4 e |
  d2 e8 g4. | g2. |
    \bar "|."
  }
}

myLyrics = \lyricmode {
  \set stanza = "1."
   Häns -- chen klein | ging al -- lein | in das Haus hin | -- ein. |

}

\score {
  <<
    \new ChordNames { \myChords }
    \new Voice = "mySong" { \myMelody }
    \new Lyrics \lyricsto "mySong" { \myLyrics }
  % \new TabStaff { \myChords } %% Check 
  >>
  \midi { }
  \layout { }
}

%% unterdrückt im raw="1"-Modus das DinA4-Format.
\paper {
  indent=0\mm
  %% DinA4 0 210mm - 10mm Rand - 20mm Lochrand = 180mm
  line-width=180\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  % bookTitleMarkup=##f
  scoreTitleMarkup=##f
}

William Taylor's Tabletop Hornpipe Bearbeiten


X:19
T:William Taylor's Tabletop Hornpipe
C:Dave Shepherd 1984
R:Hornpipe
O:England
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:4/4
L:1/8
Q:1/4=130
K:Ador
"Am"A2 A2 ABcA|"Em"BcBA G2E2|"Am"e2 e2 "G"d3c|"Em"BAGA "G"BcdB|
"Am"A2 A2 ABcA|"Em"BcBA G2E2|"Am"edcB AcBG|"Em"AcBG "Am"A4:|
|:"Am"ecAc e2 e2|"G"dBGB d2d2|"Am"cBAG A2 Ac|"G"BAGA "Em"BcdB|
"Am"ecAc e2 e2|"G"dBGB d2d2|"Am"cBAG Ac"G"BG|"Am"Ac"G"BG "Am"A4:|

Wiltshire Six Hand Reel Bearbeiten


X:20
T:Wiltshire Six Hand Reel
R:Reel
C:Trad.
O:England, Wiltshire
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:2/2
L:1/8
Q:1/2=100
K:Cmaj
|:"C"e2G2 c2d2|e2G2 c2d2|e4 f3e|"G7"e2d2 d4|"G"d2G2 B2c2|d2G2B2c2|"G7"d4 e3d|"C"d2c2 c4:|
|:"C"gccc c3c|"F"B2A2 A4|"G7"fBBB B3B|"C"A2G2 G4|gccc c3c|"F"B2A2 A4|"G7"A2d2 A2B2|"C"c4 c4:|

Winster Processional Bearbeiten


X:22
T:Winster Processional
R:March
C:Trad.
O:England
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:4/4
L:1/4
Q:1/4=160
K:G
"G"gd "D7"de/f/|"G"gd "D7"de/f/|"G"gd "D7"dc|"G"B2 G2:|
|:"C"ce ed/c/|"G"Bd dc/B/|"D7"A3/2B/ cd|"G"B2 "G7"G2:|

The Wren Bearbeiten


X:23
T:Wren, The
R:An Dro
C:Trad.
O:France, via USA
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:4/4
L:1/8
Q:1/4=140
K:Am
"Am"A2e2e2 de|"Dm"f2d2 dcBc|"G"dGBd dedc|"Em"B2B2 cBAG|
"Am"A2e2e2 de|"Dm"f2d2 dcBc|"G"dGBd dedc|"Am"B2A2 A2G2:|
|:"Am"A3G ABcB|A2 A2 B2c2|"G"dGBd dedc|"Em"B2 B2 cBAG|
"Am"A3G ABcB|A2 A2 B2c2|"G"dGBd dedc|"Am"B2A2A2G2:|

Angeline the Baker Bearbeiten


X:24
T:Angeline the Baker
T:Angelina Baker
R:Polka
C:Trad.
O:USA
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:2/2
L:1/8
Q:1/2=100
K:Cmaj
cA|"C"G2A2 c3G|A2 c4 cA|G2A2 cAG2|"F"A6 cA|"C"G2A2 c3d|e2d2 c3d|e2d2 "F"c2A2|"C"G3A G2:|
|:ef|"C"g2e2 d2cd|e2d2 c2ef|g2e2 d2c2|"F"A3A A2ef|"C"g2e2 d2cd|e2d2 c2cd|e2d2 "F"c2A2|"C"G3A G2:|

Away to the Maypole Bearbeiten


X:25
T:Away to the Maypole
T:All Around The Maypole, How They Trot
R:March
C:Trad.
O:England
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:2/2
L:1/8
Q:1/2=70
K:Gmaj
"G"GABcd2d2|"C"g2g2e4|"G"d2z2B2z2|"D"AGAB"G"G4|"G"GABcd2d2|"C"g2g2e4|"G"d2z2B2z2|"D"AGAB"G"G4||
"G"ggggG2G2|ggggG4|gggg "D"ffff|"A"edef "D"d4|"G"GABcd2d2|"C"g2g2e4|"G"d2z2B2z2|"D"AGAB"G"G4|]

The Black Velvet Band Bearbeiten


X:40
T:Black Velvet Band, The
R:Waltz
C:Trad.
O:England
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:3/4
L:1/4
Q:1/4=150
K:Cmaj
g|"C"g2g|e>fg|fe2|e2d|cde|cB>A|"G"G3-|G gf|
"C"e>ee|GAB|"Am"c2d|e2c|"Dm"def|"G"Bc>d|"C"c3|c2z|]

Blaydon Races Bearbeiten


X:44
T:Blaydon Races
R:Jig
C:Trad.
O:England
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:6/8
L:1/8
Q:3/8=120
K:Cmaj
G|"C"c2c c2c|c2c c2c|"G7"d2d d2d|"C"e3 "C7"c3|"F"fff f2f|"C"e2e e2e|"D7"d2e d2c|"G7"B3 G3|
"C"c2c c2c|c2c c2c|"G7"d2d d2d|"C"e3 "C7"c3|"F"fff f2f|"C"e2f g2g|"G7"g2f e2d|"C"c2d e2f||
"C"g3 "G7"g2e|"C"c3 "F"c2c|"D7"d2d "G7"d2d|"C"e3 "C7"c3|"F"f2f "G7"f2f|"C"e2e "Am"e2e|"F"d2e "D7"d2c|"G"B3 "G7"G3|
"C"c2c "F"c2c|"C"c3 "F"c2c|"D7"d2d "G7"d2d|"C"e3 "C7"c3|"F"f2f "G7"f2f|"C"e2f "A7"g2g|"Dm"g2f "G7"e2d|"C"c3 c2|]

Bobby Shaftoe Bearbeiten


X:51
T:Bobby Shaftoe
R:Reel
C:Trad.
O:England
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:4/4
L:1/8
Q:1/4=200
K:Cmaj
"C"c2cc c2f2|e2g2 e2c2|"G"G2GG G2c2|B2d2 B2G2|"C"c2cc c2f2|e2g2 e2c2|"F"d2f2 "G"d2B2|"C"c4c4:|
|:"C"e2g2e2c2|e2g2e4|"G7"d2f2d2B2|d2f2d4|"C"e2g2e2c2|e2g2e4|"F"d2f2 "G"d2B2|"C"c4c4:|

Captain Lanoe's Quick March Bearbeiten


X:77
T:Captain Lanoe's Quick March
T:Captain Nemo
R:Jig
C:Trad.
O:England, Sussex
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:6/8
L:1/8
Q:1/4=100
K:G
"G"G2B d2g|gfe d3|"D"cdc "G"B2B|"D"AGA "G"B2G|"G"G2Bd2g|gfe d3|"D"cdc "G"B2B|"D"AGA "G"G3:|
|:"Em"B3 B3|BAB "C"c3|"G"B2c d2c|B2A B2G|"Em"B3 B3|BAB "C"c3|"G"B2g dBG|"D8"A3 "G"G3:|

Christ Church Cathedral Bearbeiten


X:91
T:Christ Church Cathedral
R:Slow March
C:John Sheahan 1988
O:Ireland
Z:Paul Hardy's Session Tunebook 2017 (see www.paulhardy.net). Creative Commons cc by-nc-sa licenced.
M:2/2
L:1/8
Q:1/2=55
K:Cmaj
"C"edef g2c2|"Am"c2d2 "G"B2c2|"F"ABc2 "C"G2c2|"F"f2ec "G7"e2d2|"C"edef g2c2|"Am"c2d2 "G"B2c2|"F"ABc2 "C"G2c2|"G7"cdB2 "C"c4:|
|:"G"BABc d2G2|G2d2 "C"dec2|edef g2c2|"F"f2ec "G7"e2d2|"C"edef g2c2|"Am"c2d2 "G"B2c2|"F"ABc2 "C"G2c2|"G7"cdB2 "C"c4:|

Yankee Doodle Bearbeiten


X:5
T:Yankee Doodle
C:American Folk Tune
M:4/4
L:1/4
Q: 1/4=120
K:C
"C"c c d e | c e "G"d G | "C" c c d e | c2 "G" B2 | 
"C"c c d e | "F" f e d c | "G" B G "G7"A B | "C" c2 c2 | 
"F" A>B A G | A B c2 | "C"G>A G F | E2 G2 | 
"F"A>B A G | A B c A | "C"G c "G7"B d | "C"c2 c2 |]

\version "2.20.0"
\header {
  title="Yankee Doodle"
  composer = "trad."
  encoder="mjchael"
}
%% Diskant- bzw. Melodiesaiten
Diskant = \relative c' {
  c4 c d e    c e d g,   c c d e    c2 b \break
  c4 c d e   f e d c   b g a b   c2 c \break
  a4. b8 a4 g   a b c2   g4. a8 g4 f   e2 g \break
  a4. b8 a4 g   a b c a   g c b d   c2 c
 \bar "|."
}
%{ Bass ist auskommentiert
%% Basssaiten, die hier nur mit dem Daumen gespielt werden.
Bass = {
}
%}
%% Layout- bzw. Bildausgabe
\score {
  <<
    \new ChordNames {
      \chordmode {
      \set chordChanges = ##t
      c1 c2 g c1 c2 g 
      c1 f g2 g:7
      c1 f f c c 
      f f c2 g:7 c1
      }
    }
    {
      %% Noten
      \new Staff  <<
        \tempo 4 = 120
        %% Tempo für die kurzen Beispiele ausblenden
        \set Score.tempoHideNote = ##t
        \time 4/4
        \key c \major
        \set Staff.midiInstrument = #"acoustic guitar (nylon)"
        \clef "G_8"
        %% Noten im Diskant
        \Diskant
%{ Bass ist auskommentiert
        \\
        %% Noten im Bass - beachte: 
        \Bass
%}
      >>
    }
    %% Tabulatur
    \new TabStaff {
      \tabFullNotation
      <<
        %% Tabulatur im Diskant
        \Diskant
%{ Bass ist auskommentiert
        \\
        %% Tabulatur im Bass
        \Bass
%}
      >>
    }
  >>
  \layout {}
}
%% Midiausgabe mit Wiederholungen, ohne Akkorde
\score {
  <<
    \unfoldRepeats {
      \new Staff  <<
        \tempo 4 = 120
        \time 4/4
        \key c \major
        \set Staff.midiInstrument = #"acoustic guitar (nylon)"
        \clef "G_8"
        \Diskant
       % \\
       % \Bass
      >>
    }
  >>
  \midi {}
}
%% unterdrückt im raw="!"-Modus das DinA4-Format.
\paper {
  indent=0\mm
  %% DinA4 = 210mm - 10mm Rand - 20mm Lochrand = 180mm
  line-width=180\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  % bookTitleMarkup=##f
  scoreTitleMarkup=##f
}

London Bridge is falling down Bearbeiten


 \relative d''{
   \key d \major
   \time 2/4

% 1st time
   a8. (b16 a8 g8 fis8 g8 a4) e8 (fis8 g4) fis8 (g8 a4) \break

% 2nd time
   a8. (b16 a8 g8 fis8 g8 a4) e4 (a4 fis8 d4.)
  }

\version "2.20.0"
\header {
  title="London Bridge Is Falling Down"
  composer = "trad."
  encoder="mjchael"
}
%% Diskant- bzw. Melodiesaiten
Diskant = \relative d' { 
  a8.( b16 a8 g8 fis8 g8 a4) 
  e8( fis8 g4) fis8( g8 a4) \break
  a8.( b16 a8 g8 fis8 g8 a4) 
  e4( a4 fis8 d4.)
  \bar "|."
}

%{ Bass ist auskommentiert
%% Basssaiten, die hier nur mit dem Daumen gespielt werden.
Bass = {
}
%}

%% Layout- bzw. Bildausgabe
\score {
  <<
    \new ChordNames {
      \chordmode {
      }
    }
    {
      %% Noten
      \new Staff  <<
        \tempo 4 = 120
        %% Tempo für die kurzen Beispiele ausblenden
        \set Score.tempoHideNote = ##t
        \time 2/4
        \key d \major
        \set Staff.midiInstrument = #"acoustic guitar (nylon)"
        \clef "G_8"
        %% Noten im Diskant
        \Diskant
%{ Bass ist auskommentiert
        \\
        %% Noten im Bass - beachte: 
        \Bass
%}
      >>
    }
    %% Tabulatur
    \new TabStaff {
      \tabFullNotation
      <<
        %% Tabulatur im Diskant
        \Diskant
%{ Bass ist auskommentiert
        \\
        %% Tabulatur im Bass
        \Bass
%}
      >>
    }
  >>
  \layout {}
}
%% Midiausgabe mit Wiederholungen, ohne Akkorde
\score {
  <<
    \unfoldRepeats {
      \new Staff  <<
        \tempo 4 = 120
        \time 2/4
        \key c \major
        \set Staff.midiInstrument = #"acoustic guitar (nylon)"
        \clef "G_8"
        \Diskant
       % \\
       % \Bass
      >>
    }
  >>
  \midi {}
}
%% unterdrückt im raw="!"-Modus das DinA4-Format.
\paper {
  indent=0\mm
  %% DinA4 = 210mm - 10mm Rand - 20mm Lochrand = 180mm
  line-width=180\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  % bookTitleMarkup=##f
  scoreTitleMarkup=##f
}

Jesus bleibe meine Freude Bearbeiten


\version "2.20.0"
\header {
  title="Jesus bleibe meine Freude"
  composer = "J.S. Bach (1685-1750) BWV Nr. 147"
  encoder="mjchael"
}
%Diskant- bzw. Melodiesaiten
Diskant = \relative c' {
  r8 g( a)     b( d c)      c( e d)
  d( g fis)   g( d b )     g( a b) \break
  c( d e)     d( c b)      a( b g)
  fis( g a)   d,( fis a)   c( b a) \break
  b( g a)     b( d c)      c( e d)
  d( g fis)   g( d b)      g( a b) \break
  a( d c)     b( a g)      d( g fis)
  <g, b d g>2.
  \bar "|."
}
%Basssaiten, die hier nur mit dem Daumen gespielt werden.
Bass = {
}
% Layout- bzw. Bildausgabe
\score {
  <<
    \new ChordNames {
      \chordmode {
      }
    }
    {
      %Noten
      \new Staff  <<
        \tempo 4 = 120
        %Tempo für die kurzen Beispiele ausblenden
        \set Score.tempoHideNote = ##t
        \time 9/8
        \key g \major
        \set Staff.midiInstrument = #"acoustic guitar (nylon)"
        \clef "G_8"
        % Noten im Diskant
        \Diskant
       % \\
        % Noten im Bass - beachte: 
       % \Bass
      >>
    }
    % Tabulatur
    \new TabStaff {
      \tabFullNotation
      <<
        % Tabulatur im Diskant
        \Diskant
       % \\
        % Tabulatur im Bass
       % \Bass
      >>
    }
  >>
  \layout {}
}
% Midiausgabe mit Wiederholungen, ohne Akkorde
\score {
  <<
    \unfoldRepeats {
      \new Staff  <<
        \tempo 4 = 120
        \time 9/8
        \key g \major
        \set Staff.midiInstrument = #"acoustic guitar (nylon)"
        \clef "G_8"
        \Diskant
       % \\
       % \Bass
      >>
    }
  >>
  \midi {}
}
% unterdrückt im raw="!"-Modus das DinA4-Format.
\paper {
  indent=0\mm
  % DinA4 = 210mm - 10mm Rand - 20mm Lochrand = 180mm
  line-width=180\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  % bookTitleMarkup=##f
  scoreTitleMarkup=##f
}

Brunette Bearbeiten

 

Tourdion Bearbeiten

 

Vorlage Lilipond Bearbeiten

<score sound="1" raw="1">
\version "2.20.0"
\header {
  title="Mein_Titel"
  composer = "Der_Komponist"
  encoder="mjchael"
}

myKey = {
  \tempo 4 = 120
  %% Tempo ausblenden
  \set Score.tempoHideNote = ##t
  \time 4/4
  \key c \major
  \set Staff.midiInstrument = #"acoustic guitar (nylon)"
  \clef "G_8"
}
%% Diskant- bzw. Melodiesaiten
myDiskant = \relative c {
  c4 d e f  g a b c
  \bar "|."
}

%{ Bass ist auskommentiert
%% Basssaiten, die hier nur mit dem Daumen gespielt werden.
myBass = {
}
%}

%% Layout- bzw. Bildausgabe
\score {
  <<
    {
      %% Noten
      \new Staff  <<
        \myKey
        %% Noten im Diskant
        \myDiskant
%{ Bass ist auskommentiert
        \\
        %% Noten im Bass - beachte: 
        \myBass
%}
      >>
    }
    %% Tabulatur
    \new TabStaff {
      \tabFullNotation
      <<
        %% Tabulatur im Diskant
        \myDiskant
%{ Bass ist auskommentiert
        \\
        %% Tabulatur im Bass
        \myBass
%}
      >>
    }
  >>
  \layout {}
}
%% Midiausgabe mit Wiederholungen, ohne Akkorde
\score {
  <<
    \unfoldRepeats {
      \new Staff  <<
        \myKey
        \clef "G_8"
        \myDiskant
       % \\
       % \myBass
      >>
    }
  >>
  \midi {}
}
%% unterdrückt im raw="!"-Modus das DinA4-Format.
\paper {
  indent=0\mm
  %% DinA4 = 210mm - 10mm Rand - 20mm Lochrand = 180mm
  line-width=180\mm
  oddFooterMarkup=##f
  oddHeaderMarkup=##f
  % bookTitleMarkup=##f
  scoreTitleMarkup=##f
}
</score>
ergibt
 
%{ ... %}

kommentiert einen mehrzeiligen Codeblock aus. Der Code wird ignoriert, bleibt aber für zukünftige weitere Bearbeitungen stehen.

%

kommentiert einen einzelnen Code aus. Entfernt man das % schaltet man den Codeschnipsel wieder an.

%%

kommentiert einen Kommentar aus, der nur zur Information für andere dient, aber nicht unmittelbar etwas mit dem Code zu tun hat.

ABC-Vorlage Bearbeiten