diff options
Diffstat (limited to 'music')
-rw-r--r-- | music/choro-da-saudade.ly | 6 | ||||
-rw-r--r-- | music/common.ly.include (renamed from music/common.ly) | 0 | ||||
-rw-r--r-- | music/dengoso.ly | 6 | ||||
-rw-r--r-- | music/guitar.ly.include (renamed from music/guitar.ly) | 0 | ||||
-rw-r--r-- | music/marcha-dos-marinheiros.ly | 6 |
5 files changed, 9 insertions, 9 deletions
diff --git a/music/choro-da-saudade.ly b/music/choro-da-saudade.ly index f8fe7ff..2f6e686 100644 --- a/music/choro-da-saudade.ly +++ b/music/choro-da-saudade.ly @@ -2,8 +2,8 @@ \pointAndClickOff #(ly:set-option 'embed-source-code #t) -\include "common.ly" -\include "guitar.ly" +\include "common.ly.include" +\include "guitar.ly.include" \header { title = "Choro da Saudade" @@ -230,4 +230,4 @@ staff = \new Staff << \score { \unfoldRepeats \staff \midi { } -}
\ No newline at end of file +} diff --git a/music/common.ly b/music/common.ly.include index b6ba93a..b6ba93a 100644 --- a/music/common.ly +++ b/music/common.ly.include diff --git a/music/dengoso.ly b/music/dengoso.ly index e771bd4..b5a3fae 100644 --- a/music/dengoso.ly +++ b/music/dengoso.ly @@ -2,8 +2,8 @@ \pointAndClickOff #(ly:set-option 'embed-source-code #t) -\include "common.ly" -\include "guitar.ly" +\include "common.ly.include" +\include "guitar.ly.include" \header { title = "Dengoso" @@ -307,4 +307,4 @@ staff = \new Staff << \score { \unfoldRepeats \staff \midi { } -}
\ No newline at end of file +} diff --git a/music/guitar.ly b/music/guitar.ly.include index 592ad5c..592ad5c 100644 --- a/music/guitar.ly +++ b/music/guitar.ly.include diff --git a/music/marcha-dos-marinheiros.ly b/music/marcha-dos-marinheiros.ly index 66830f4..48cc1c6 100644 --- a/music/marcha-dos-marinheiros.ly +++ b/music/marcha-dos-marinheiros.ly @@ -2,8 +2,8 @@ \pointAndClickOff #(ly:set-option 'embed-source-code #t) -\include "common.ly" -\include "guitar.ly" +\include "common.ly.include" +\include "guitar.ly.include" \header { title = "Marcha dos Marinheiros" @@ -75,4 +75,4 @@ staff = \new Staff << \score { \unfoldRepeats \staff \midi { } -}
\ No newline at end of file +} |