Browse Source

we don't want french chords

main
h3ndrik 12 years ago
parent
commit
8e2c1973d8
  1. 1
      lilypond/The_furze_in_bloom.ly
  2. 1
      lilypond/blackthorne_stick.ly
  3. 1
      lilypond/britches_full_of_stitches.ly
  4. 1
      lilypond/castleisland_polka.ly
  5. 3
      lilypond/katies_rambles.ly
  6. 14
      utils/latex-preprocessing.py

1
lilypond/The_furze_in_bloom.ly

@ -5,7 +5,6 @@
<<
\chords {
\override ChordName #'font-size = #-1
\frenchChords
\repeat volta 2 {b2.:m d2. e2.:m fis2.:m b2.:m e4.:m fis4.:m e2.:m}
\alternative { {fis2.:m} {fis4.:m e4.:m} }
\repeat volta 2 {e2.:m b2.:m d2. fis2.:m e2.:m b2.:m e2.:m }

1
lilypond/blackthorne_stick.ly

@ -5,7 +5,6 @@
<<
\chords {
\frenchChords
\repeat volta 2 {\partial 8 r8 g4. e4.:m g4. c4. g4. d4.:7
e4.:m d4. g4. a4.:m g4. e4.:m g4. d4.:7 g4. r4}
\repeat volta 2 {\partial 8 r8 e4.:m g4. e4.:m g4. g4. c4.

1
lilypond/britches_full_of_stitches.ly

@ -5,7 +5,6 @@
<<
\chords {
\frenchChords
\repeat volta 2 {a4 r4 r2 r2 e4 r4 a4 r4 r2 r2 d4 r4}
\repeat volta 2 {a4 r4 r2 r2 e4 r4 a4 r4 r2 r2 d4 r4}
}

1
lilypond/castleisland_polka.ly

@ -5,7 +5,6 @@
<<
\chords {
\frenchChords
\partial 16 r16
\repeat volta 2 {d4 g4 d2 a2 d2 d4 g4 d2 a2}
\alternative{{d2}{d2}}

3
lilypond/katies_rambles.ly

@ -5,7 +5,6 @@
<<
\chords {
% \override ChordName #'font-size = #-1
\frenchChords
\repeat volta 2 {b2.:m d2. e2.:m fis2.:m b2.:m d2. e2.:m fis2.:m}
\repeat volta 2 {b2.:m b2.:m a2. fis2.:m b4.:m e4.:m fis2.:m b2.:m fis4.:m b4.:m }
}
@ -18,4 +17,4 @@
d8 e fis e8 fis g fis8 d b cis8 a fis d'8 cis b a8 fis e fis8 b b b4.}
}
>>
}
}

14
utils/latex-preprocessing.py

@ -35,13 +35,13 @@ word_dic = {
" i ": " I ",
"avant hier": "avant-hier",
##: Conversion from anglo-saxon conventions
"\\[A": "\\[La",
"\\[B": "\\[Si",
"\\[C": "\\[Do",
"\\[D]": "\\[Ré]",
"\\[E": "\\[Mi",
"\\[F]": "\\[Fa]",
"\\[G": "\\[Sol",
#"\\[A": "\\[La",
#"\\[B": "\\[Si",
#"\\[C": "\\[Do",
#"\\[D]": "\\[Ré]",
#"\\[E": "\\[Mi",
#"\\[F]": "\\[Fa]",
#"\\[G": "\\[Sol",
##: Guitar tabs
"\\[Re]": "\\[Ré]",
"b]": "&]",

Loading…
Cancel
Save