lilypond-user
[Top][All Lists]
Advanced

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

2 Voices | 1 Staff | Mensuration Lines | Lyrics


From: Johannes Roeßler
Subject: 2 Voices | 1 Staff | Mensuration Lines | Lyrics
Date: Sat, 11 Feb 2023 21:39:06 +0100
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 Thunderbird/102.7.2

Hi Group,

me again - I try to combine a few things I've learned - but fail.

I would like to have mensuration lines (using the example from here: https://lilypond.org/doc/v2.22/Documentation/notation/working-with-ancient-music_002d_002dscenarios-and-solutions)
but I also need to have two voices in one staff.

This is what I've tried:


#########################

\version "2.24.0"
global = {
  \hide Staff.BarLine
  s1 s
  \undo \hide Staff.BarLine
  \bar "|."
}

sopI = \relative c'' {
  c1 c
}

sopII = \relative c' {
  f1 f
}

bass = \relative c'' {
  c1 c
}

words = \lyricmode {
  la la
}

\new StaffGroup
<<
  \new Staff {
    \voices 1,2<< \global \sopI \sopII >>
  }
  \lyricsto "2" { \words }

  \new Staff { << \global  \bass >> }
>>

################


I'm sure "\global" is not in the right position - but I still do not understand enough of the concept to figure out, where to place it

Cheers
Joei


reply via email to

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