Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-03 Thread Thomas Morley
Am Sa., 2. Feb. 2019 um 20:45 Uhr schrieb Thomas Morley : > Am Sa., 2. Feb. 2019 um 14:21 Uhr schrieb Aaron Hill > : > > Alternately, the \defineBarLine function could be split: > > > > \defineBarLine "bar" #'("end" "begin" "span") > > % becomes > > \setBarLineSpanning "bar"

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Thomas Morley
Hi Aaron, I'm a bit verbose below (even repeating things you already know), because we're on the user-list and I hope more folk gets involved that way. Am Sa., 2. Feb. 2019 um 14:21 Uhr schrieb Aaron Hill : > > On 2019-02-02 2:29 am, Thomas Morley wrote: > > Am Fr., 1. Feb. 2019 um 20:19 Uhr

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Noeck
Hi, I probably don't understand all the implications and I am certainly not suggesting to change the function signature. But while we are at it: A definition is usually “name” = “the thing to be defined”. In the current \defineBarLine function, I always wondered why the first argument contains

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Aaron Hill
On 2019-02-02 2:29 am, Thomas Morley wrote: Am Fr., 1. Feb. 2019 um 20:19 Uhr schrieb Malte Meyn : Am 01.02.19 um 18:42 schrieb Aaron Hill: > That very much sounds like a bug and should be reported. The final > argument is the span setting which should be agnostic of start and end > styles

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-02 Thread Thomas Morley
Am Fr., 1. Feb. 2019 um 20:19 Uhr schrieb Malte Meyn : > > Am 01.02.19 um 18:42 schrieb Aaron Hill: > > On 2019-02-01 9:04 am, Malte Meyn wrote: > >> Am 01.02.19 um 16:53 schrieb Aaron Hill: > >>> "" is already a valid bar line that has an empty glyph, so just > >>> extend that one: > >>> > >>>

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 18:42 schrieb Aaron Hill: On 2019-02-01 9:04 am, Malte Meyn wrote: Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context {

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
On 2019-02-01 9:04 am, Malte Meyn wrote: Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Score defaultBarType = "-span" } } \new

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 16:53 schrieb Aaron Hill: "" is already a valid bar line that has an empty glyph, so just extend that one: \version "2.19.82" \defineBarLine "-span" #'("|" "|" "|") \layout { \context { \Score defaultBarType = "-span" } } \new StaffGroup << \new Staff \repeat unfold 12

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Aaron Hill
On 2019-02-01 7:24 am, Malte Meyn wrote: Am 01.02.19 um 14:19 schrieb Lukas-Fabian Moser: On my system, this does (in 2.18.82 as well as current master), this does "the right thing", but only because of The “right thing” only by accident: \defineBarLine "m" #'("||" "||" "||") has the

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 14:19 schrieb Lukas-Fabian Moser: On my system, this does (in 2.18.82 as well as current master), this does "the right thing", but only because of The “right thing” only by accident: \defineBarLine "m" #'("||" "||" "||") has the same effect (single Mensurstriche

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Lukas-Fabian Moser
I wonder why I haven’t had this idea several years ago but how about this?: \version "2.19.82" \defineBarLine "m" #'("" "" "|") \layout {   \context {     \Score     defaultBarType = "m"   } } mus = \relative {   c' d e f g a b c b a g f e d c \bar ":|." } \new StaffGroup <<   \new Staff

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Malte Meyn
Am 01.02.19 um 11:37 schrieb Bernhard Kleine: I have the following and cannot find a way to have the repeat/volta signs displayed: I wonder why I haven’t had this idea several years ago but how about this?: \version "2.19.82" \defineBarLine "m" #'("" "" "|") \layout { \context {

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Bernhard Kleine
I tried once also, obviously not on the correct place. Thanks a lot. Bernhard Am 01.02.2019 um 11:51 schrieb David Kastrup: > Bernhard Kleine writes: > >> I have the following and cannot find a way to have the repeat/volta >> signs displayed: > Seems pretty simple to me. > > > -- spitzhalde9

Re: "Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread David Kastrup
Bernhard Kleine writes: > I have the following and cannot find a way to have the repeat/volta > signs displayed: Seems pretty simple to me. \version "2.19.82" \language "deutsch" \layout { \context { \Voice \consists "Melody_engraver" \override Stem #'neutral-direction = #'() }

"Mensurstriche" (barlines between systems) and Repeat signs.

2019-02-01 Thread Bernhard Kleine
I have the following and cannot find a way to have the repeat/volta signs displayed: \version "2.19.82" \language "deutsch" \layout {   \context {     \Voice     \consists "Melody_engraver"     \override Stem #'neutral-direction = #'()   } } global = {   \hide Staff.BarLine   \key c \major