%This is the file to compile \version "2.10.10" \include "english.ly" %including the music content \include "content.ly" #(set-global-staff-size 14) \header { title = "Night #2 at Berkeley Espresso" composer = "Qian Li" } %1st mvt \score {%extra curly brace for feathered beam { << %countertenor \new Voice = "Soprano" { \vpart } %lyrics \new Lyrics \lyricsto Soprano \text \new PianoStaff<< \new Staff = "topstaff" \topstaff \new Staff = "upstaff" \upstaff \new Staff = "midstaff" \midstaff \new Staff = "botstaff" \botstaff >> >> \layout { \context { %Mats's suggestion to hide blank piano staff \Score \override VerticalAxisGroup #'remove-first = ##t } \context{ \RemoveEmptyStaffContext } } %\midi { } \header { %piece = "" } } } \paper { #(set-paper-size "letter") left-margin = 1\in top-margin = 1\in line-width = 6.5 \in paper-width = 8 \in paper-height = 11 \in top-margin = 0.5 \in bottom-margin = 1 \in ragged-bottom = ##f between-system-space = 0.75\in % ragged-last-bottom = ##t }