-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arnold Schoenberg: Sechs kleine Klavierstücke op.19 - add and index page
Signed-off-by: Davide Madrisan <[email protected]>
- Loading branch information
Showing
10 changed files
with
75 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
60 changes: 60 additions & 0 deletions
60
src/arnold-schoenberg/sechs-kleine-klavierstucke-op.19/index.ly
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
\markup \fill-line { | ||
\center-column \abs-fontsize #18 \bold { | ||
"INDEX" | ||
\null\null\null\null | ||
} | ||
} | ||
|
||
middleGrey = #(x11-color 'grey45) | ||
|
||
#(define-markup-command (indexItem layout props title pagelabel infos) | ||
(string? symbol? string?) | ||
"Format a block of the index" | ||
(interpret-markup layout props | ||
#{ \markup \column \abs-fontsize #11 { | ||
\override #'(line-width . 95) | ||
\pad-around #1 | ||
\line { | ||
\hspace #3.2 | ||
\with-link #pagelabel { | ||
\fill-with-pattern #1 #RIGHT . | ||
\concat { | ||
#title " " \italic \with-color #middleGrey #infos | ||
} | ||
\page-ref #pagelabel "000" "?" | ||
} | ||
} | ||
} #})) | ||
|
||
\markup \column \abs-fontsize #11 { | ||
\pad-around #1 | ||
\abs-fontsize #12 \bold { | ||
\concat { | ||
\char ##x23AF " Preface" | ||
} | ||
} | ||
} | ||
|
||
\markup { \indexItem "From a Schoenberg's letter to Ferruccio Busoni" #'LetterToBusoni "" } | ||
\markup { \indexItem "Appunti e riflessioni pianistiche" #'PrefaceIT "" } | ||
\markup { \indexItem "Piano Notes and Reflections" #'PrefaceEN "" } | ||
|
||
\markup { | ||
\vspace #1 | ||
} | ||
|
||
\markup \column \abs-fontsize #11 { | ||
\pad-around #1 | ||
\abs-fontsize #12 \bold { | ||
\concat { | ||
\char ##x23AF " Sechs kleine Klavierstücke, Op. 19" | ||
} | ||
} | ||
} | ||
|
||
\markup { \indexItem "Klavierstücke I." #'KlavierstuckeI "" } | ||
\markup { \indexItem "Klavierstücke II." #'KlavierstuckeII "" } | ||
\markup { \indexItem "Klavierstücke III." #'KlavierstuckeIII "" } | ||
\markup { \indexItem "Klavierstücke IV." #'KlavierstuckeIV "" } | ||
\markup { \indexItem "Klavierstücke V." #'KlavierstuckeV "" } | ||
\markup { \indexItem "Klavierstücke VI." #'KlavierstuckeVI "" } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters