Am 11.07.2017 um 18:11 schrieb Reilly Farrell:
Hi All,



I'm creating some sight-singing examples for a class and would like to
start with some examples with no staff,no clef,no key signature, though
keeping bar lines and system brackets (for duet examples) (Solfege
syllables are provided as lyrics.)

How about this?

\version "2.18.2"

\new ChoirStaff <<
  \new Staff \relative {
    c'4 d e f g1
  }
  \addlyrics {
    do re mi fa so
  }
  \new Staff \relative {
    g'2 c~
    c b
  }
  \addlyrics {
    so do ti
  }
>>

\layout {
  \context {
    \Staff
    \omit Clef
    \omit StaffSymbol
    \omit TimeSignature
    \omit LedgerLineSpanner
  }
}

_______________________________________________
lilypond-user mailing list
lilypond-user@gnu.org
https://lists.gnu.org/mailman/listinfo/lilypond-user

Reply via email to