alessandrodeiturbe

Coda-like notation

Jul 12th, 2025
38
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.70 KB | Music | 0 0
  1. \version "2.24.4"
  2. #(set-global-staff-size 21)
  3.  
  4. \header { tagline = ##f }
  5. \paper  { indent = 0 }
  6. \layout {
  7.  ragged-right = ##t
  8.  indent = 0
  9.  \context {
  10.    \Staff
  11.    \remove "Time_signature_engraver"
  12.  }
  13.  \context {
  14.    \PianoStaff
  15.    \override StaffGrouper.staff-staff-spacing = #'((basic-distance . 12) (minimum-distance . 10) (padding . 1) (stretchability . 60))
  16.  }
  17. }
  18.  
  19. \markup \scale #'(0.75 . 0.75) {
  20.  \column {
  21.    \fill-line {
  22.      \score {
  23.        \include "1.ly"
  24.      }
  25.      \score {
  26.        \include "2.ly"
  27.      }
  28.    }
  29.  
  30.    \vspace #0.7
  31.  
  32.    \fill-line {
  33.      \score {
  34.        \include "3.ly"
  35.      }
  36.      \score {
  37.        \include "4.ly"
  38.      }
  39.    }
  40.  }
  41. }
Advertisement
Add Comment
Please, Sign In to add comment