Skip to content

Commit

Permalink
Add an anonymous renaissance lute piece
Browse files Browse the repository at this point in the history
  • Loading branch information
LeeiFrankJaw committed Feb 2, 2024
1 parent 550cbf6 commit 44d77af
Show file tree
Hide file tree
Showing 6 changed files with 128 additions and 7 deletions.
114 changes: 114 additions & 0 deletions music/anon/si-vous-estes-belle.ly
Original file line number Diff line number Diff line change
@@ -0,0 +1,114 @@
\version "2.24.3"
\language "english"

\header {
title = "Si vous estes belle"
subtitle = \markup \normal-text {
"from 1549 edition of" \italic "Carminum quae chely vel testudine canuntur"
}
composer = "Anonymous"
tagline = ##f
}

\include "../renaissance-lute-fretboards.ly"

\paper {
system-system-spacing.padding = #6
}

\layout {
\context {
\FretBoards
stringTunings = #renaissance-lute-tuning
}
\context {
\Score
tablatureFormat = #fret-letter-tablature-format
}
\context {
\TabStaff
stringTunings = #renaissance-lute-tuning
% additionalBassStrings = \stringTuning <a,, bf,, c, d, e, f, g,>
fretLabels = \markuplist
\override #'((font-name . "Brush Script MT") (font-size . 2))
{
"a" "b" "c" "d" "e" "f" "g" "h" "i" "k"
}
}
\context {
\ChordNames
\override ChordName.font-name = "Palatino Linotype"
}
\context {
\Staff
\override VerticalAxisGroup.staff-staff-spacing.padding = #3
}
}

% #(define RH rightHandFinger)

music = \relative {
\time 2/2
% \tempo 4 = 85
<<
{
\voiceOne
\repeat volta 2 {
c'8 d e c
f4 f
c8 d e c
<b d>4 d
c8 d e c
f4 f8 g
e c d b
c4 c
}
\repeat volta 2 {
g'8 bf a g
f4 f
f8 d e f
g4 g
g8 bf a g
f4 f8 g
c, e d b
c4 c
}
}
\\
{
\voiceTwo
\repeat volta 2 {
c,2 bf4. bf8
c2 g4. g8
c2 bf
c4 g c4. c8
}
\repeat volta 2 {
g'4 f d4. d8
d4 c g4. g8
g'4 f d d
c g c4. c8
}
}
>>
}

musicChords = \chordmode {
c2 bf:maj7
c g:m7
c bf:maj7
c4:7 g:m7 c2
g4:m g:m7/f d2:m
d4:m d:m7/c g2:m
g4:m g:m7/f d2:m
c4:7 g:m7 c2
}

\score {
<<
% \new ChordNames \musicChords
\new Staff { \clef "treble_8" \music }
\new TabStaff \music
>>
% \midi {}
}
Binary file added music/anon/si-vous-estes-belle.mscz
Binary file not shown.
Binary file added music/anon/si-vous-estes-belle.pdf
Binary file not shown.
4 changes: 2 additions & 2 deletions music/baroque-lute-fretboards.ly
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
\languageSaveAndChange "english"

\version "2.24.3"

\makeDefaultStringTuning #'baroque-lute-tuning \stringTuning <a, d f a d' f'>
% \makeDefaultStringTuning #'baroque-lute-bass-tuning \stringTuning <a,, b,, c, d, e, f, g,>

Expand All @@ -9,8 +11,6 @@
#(define custom-fret-table-two
(make-fretboard-table default-fret-table))

\version "2.24.3"

\addChordShape #'ef:m #baroque-lute-tuning "x;1-1-(;1-1;1-1;1-1;1-1-);"
\addChordShape #'ef #baroque-lute-tuning "x;1-1-(;2-2;1-1;1-1-);2-3;"
\addChordShape #'c:dim #baroque-lute-tuning "3-3;1-1-(;1-1;3-4;1-1;1-1-);"
Expand Down
7 changes: 7 additions & 0 deletions music/renaissance-lute-fretboards.ly
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
\languageSaveAndChange "english"

\version "2.24.3"

\makeDefaultStringTuning #'renaissance-lute-tuning \stringTuning <g, c f a d' g'>

\languageRestore
10 changes: 5 additions & 5 deletions music/weiss/weiss-d-minor-sonata.ly
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
}

\include "../baroque-lute-fretboards.ly"
\include "../roman_numeral_analysis_tool.ily"
% \include "../roman_numeral_analysis_tool.ily"

\layout {
\context {
Expand Down Expand Up @@ -59,10 +59,10 @@

#(define RH rightHandFinger)

music = \relative {
\transposition c
f'4 d a f d a g f e d c b a
}
% music = \relative {
% \transposition c
% f'4 d a f d a g f e d c b a
% }

prelude = \relative {
\key d \minor
Expand Down

0 comments on commit 44d77af

Please sign in to comment.