Re: Mensural Lines in Choir Staff

2023-11-20 Thread Werner Lemberg
Omit the 'Staff.' within '\context \Staff'

   Werner

20.11.2023 11:04:24 Johannes Roeßler :

> Am 17.11.2023 um 20:11 schrieb Shane Brandes:
>> \override Staff.BarLine.transparent = ##t
> 
> Hi Shane,
> 
> maybe I use the wrong place, but this doesn't work for me:
> 
> \version "2.24.0"
> 
> \layout {
>   \context {
>     \Staff
>   \override Staff.BarLine.transparent = ##t
>   }
> }
> 
> music = \fixed c'' {
>   c1
>   d2 \section e2
>   f1 \fine
> }
> 
> \new StaffGroup <<
>   \new Staff \music
>   \new Staff \music
>>>
> 
> Best Johannes
> 


Re: Mensural Lines in Choir Staff

2023-11-20 Thread Johannes Roeßler

Am 17.11.2023 um 20:11 schrieb Shane Brandes:

\override Staff.BarLine.transparent = ##t


Hi Shane,

maybe I use the wrong place, but this doesn't work for me:

\version "2.24.0"

\layout {
  \context {
    \Staff
  \override Staff.BarLine.transparent = ##t
  }
}

music = \fixed c'' {
  c1
  d2 \section e2
  f1 \fine
}

\new StaffGroup <<
  \new Staff \music
  \new Staff \music
>>

Best Johannes


Re: Mensural Lines in Choir Staff

2023-11-17 Thread Shane Brandes
\override Staff.BarLine.transparent = ##t

On Fri, Nov 17, 2023 at 1:50 PM Johannes Roeßler  wrote:

> Hi guys,
>
> there is a nice example for "Mensurstriche"
>
> \layout {  \context {\StaffmeasureBarType = "-span|"  }}
> music = \fixed c'' {  c1  d2 \section e2  f1 \fine}
> \new StaffGroup <<  \new Staff \music  \new Staff \music>>
>
> Unfortunately it doesn't work in a \ChoirGroup
>
> Any idea?
> Best,
> Joei
>
>


Mensural Lines in Choir Staff

2023-11-17 Thread Johannes Roeßler

Hi guys,

there is a nice example for "Mensurstriche"

\layout{
\context{
\Staff
measureBarType="-span|"
}
}

music=\fixedc''{
c1
d2\sectione2
f1\fine
}

\newStaffGroup<<
\newStaff\music
\newStaff\music

 Unfortunately it doesn't work in a \ChoirGroup Any idea? Best, Joei