lilypond-user
[Top][All Lists]
Advanced

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

measures between the staffs


From: Bernhard Kleine
Subject: measures between the staffs
Date: Mon, 30 Apr 2018 11:58:02 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:52.0) Gecko/20100101 Thunderbird/52.7.0

Hi,

I have the following piece and I want the measure bar inbetween the
sstaffs, removing them from the staff was possible since I had an
example of a madrigal of Monteverdi. But I do not see how to add them
inbetween.

Please point me to the correct way!

Regards

Bernhard

\version "2.19.49"
\language "deutsch"
\header {
  title = "Komm, Heilger Geist"
  tagline = "gesetzt Bernhard Kleine 2018"
}
\paper {
  #(set-paper-size "b4")
}
\layout {
  \context {
    \Voice
    \consists "Melody_engraver"
    \override Stem #'neutral-direction = #'()
 }
}
global = {
  \hide Staff.BarLine
  \key b \major
  \time 4/2
  }
stemOff = { \hide Staff.Stem }
sopranoVoice = \relative c' {
  \global
  \dynamicUp \stemOff
  \override Staff.TimeSignature.stencil = ##f
  % Die Noten folgen hier.
  f4 g f es f b c b | b f g b b c d c | c d b g f a b c | f, b g es g f
es g \undo \hide Staff.BarLine \bar "||" f (g f) es f1 \bar "|."
}
verseOne = \lyricmode {
  % Liedtext folgt hier.
  \set stanza = "1."
  Komm, Heil -- ger Geist, des Le -- ben schafft,
  er -- fül -- le uns mit dei -- ner Kraft.
  Dein Schöp -- fer -- wort rief uns zum Sein:
  Nun hauch uns Got -- tes O -- dem ein. A -- men
}
altoVoice = \relative c' {
  \global
  \dynamicUp \stemOff
  \override Staff.TimeSignature.stencil = ##f
  % Die Noten folgen hier.
  d4 d d c c f f g4 | d4 c c d d c c f4 | g4 f f es4 c f f g4 | d d d c
c c4 b c \bar "||" d2. c4~ c1 \bar "|."
}
sopranoVoicePart = \new Staff \with {
  instrumentName = "Sopran"
  shortInstrumentName = "S."
} { \sopranoVoice }
\addlyrics { \verseOne }

altoVoicePart = \new Staff \with {
  instrumentName = "Alt"
  shortInstrumentName = "A."
} { \altoVoice }
\addlyrics { \verseOne }
\score {
  <<
    \sopranoVoicePart
    \altoVoicePart
  >>
  \layout { }
}


-- 
spitzhalde9
D-79853 lenzkirch
address@hidden
www.b-kleine.com, www.urseetal.net
-
thunderbird mit enigmail
GPG schlüssel: D5257409
fingerprint:
08 B7 F8 70 22 7A FC C1 15 49 CA A6 C7 6F A0 2E D5 25 74 09


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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