Re: Special bar lines

2016-12-30 Thread Thomas Morley
2016-12-30 17:52 GMT+01:00 Br. Samuel Springuel : > Whoops. Spoke to soon. I have some scores where I have these special bar > lines and either "|." or ":|." and when made in a universal manner, these > overrides affect them as well (in both the thick line is thi

Re: Special bar lines

2016-12-30 Thread Br. Samuel Springuel
Whoops. Spoke to soon. I have some scores where I have these special bar lines and either "|." or ":|." and when made in a universal manner, these overrides affect them as well (in both the thick line is thinned, in ":|." the dots are also reduced in size).

Re: Special bar lines

2016-12-29 Thread Br. Samuel Springuel
On 2016-12-29 4:26 PM, Thomas Morley wrote: Does % \defineBarLine "[" #'("" "[" "") \defineBarLine "]" #'("]" "" "") { \override Staff.BarLine.thick-thickness = 1 \override Staff.BarLine.font-size = #-4 c' \bar "[" c' c' \bar "]" c' }

Re: Special bar lines

2016-12-29 Thread Thomas Morley
2016-12-29 21:58 GMT+01:00 Br. Samuel Springuel : > Right now I'm using some alternate bar lines to specially mark off specific > passages in a piece like so: > > %% > \version "2.19.53" > > % extra bar lines (optional bars) > \defineBarLine "[" #'("" "[" "") > \defineBarLine "]" #'("]"

Special bar lines

2016-12-29 Thread Br. Samuel Springuel
Right now I'm using some alternate bar lines to specially mark off specific passages in a piece like so: %% \version "2.19.53" % extra bar lines (optional bars) \defineBarLine "[" #'("" "[" "") \defineBarLine "]" #'("]" "" "") { c' \bar "[" c' c' \bar "]" c' } %% Howev

Re: Special bar lines at end of a line

2014-10-02 Thread Jay Vara
Thomas   > I tried to get a special bar line at the end of the FirstPart (at the end of the first line) without success. > > > What kind of "special bar line"? > > Does\defineBarLine "||" #'("|." "||" "||") do the job? > Not quite. This definition makes all the lines end with the "special"

Re: Special bar lines at end of a line

2014-10-02 Thread Thomas Morley
2014-10-02 20:58 GMT+02:00 Jay Vara : > I have four bars per line, plus I have double bar lines at the beginning > and end of a line as seen in the code below. > > I tried to get a special bar line at the end of the FirstPart (at the end > of the first line) without success. > What kind of "speci

Special bar lines at end of a line

2014-10-02 Thread Jay Vara
I have four bars per line, plus I have double bar lines at the beginning and end of a line as seen in the code below. I tried to get a special bar line at the end of the FirstPart (at the end of the first line) without success. I think I was able to get it in one of the trials, but that made the d