lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Fwd: re: removing staff and clef w/o removing bar lines and brackets


From: Malte Meyn
Subject: Re: Fwd: re: removing staff and clef w/o removing bar lines and brackets
Date: Tue, 11 Jul 2017 20:10:52 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1



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
  }
}



reply via email to

[Prev in Thread] Current Thread [Next in Thread]