Re: hide barline when \startStaff coincides with system break

2019-08-04 Thread mason
On 08/04, Toine Schreurs wrote: > > In bar 6 below, where \startStaff coincides with a system break, a lone > > barline is drawn at the end of the previous system. I would prefer for > > the barline to be omitted in this situation. > > Insert the next line before every \startStaff: > \once

Re: Mysterious behavior in music function

2019-08-04 Thread Marc Evanstein
Thanks so much for this explanation, and for the working version that does exactly what I wanted! It's very much appreciated. Marc Marc Evanstein www.marcevanstein.com Sun Aug 04 16:07:28 PDT 2019 Thomas Morley : > Am So., 4. Aug. 2019 um 22:49 Uhr schrieb Marc Evanstein > : > > > > Hi all,

Re: Specifying piece titles in Score context

2019-08-04 Thread Thomas Morley
Am Mo., 5. Aug. 2019 um 00:28 Uhr schrieb Michael Seifert : > > I’m trying to compile some parts and a full score from a set of > included files. I’m running into a problem that I’m sure must be solvable; > I just can’t figure out where it is in the documentation. > >

Specifying piece titles in Score context

2019-08-04 Thread Michael Seifert
I’m trying to compile some parts and a full score from a set of included files. I’m running into a problem that I’m sure must be solvable; I just can’t figure out where it is in the documentation. Specifically: many of the parts include several bars of rest, so I need to

Re: Mysterious behavior in music function

2019-08-04 Thread Thomas Morley
Am So., 4. Aug. 2019 um 22:49 Uhr schrieb Marc Evanstein : > > Hi all, > > I'm trying to define a music function that adds a gliss after a note down to > a second parenthesized grace note. I've tried the following, but the gliss > doesn't show up: > > \version "2.19.83" > \language "english" > >

Mysterious behavior in music function

2019-08-04 Thread Marc Evanstein
Hi all, I'm trying to define a music function that adds a gliss after a note down to a second parenthesized grace note. I've tried the following, but the gliss doesn't show up: \version "2.19.83" \language "english" bendDown = #(define-music-function    (parser location

How to correctly use scheme functions and/or math in define-music-function?

2019-08-04 Thread Matt Huber
What I want to do: Percussion music has rolls, and while there are many references to typesetting them, I haven't found good references to how to get them to playback in a \midi {} block. My fantasy ideal is to have a "\roll" event so I could do something like this: sn4 sn4\roll sn4 sn4 and have

Re: Overriding a global declaration

2019-08-04 Thread Thomas Morley
Am So., 4. Aug. 2019 um 20:09 Uhr schrieb John McWilliam : > > I’m compiling a book of bagpipe tunes and have used a global declaration > which suits my Music: > > #(set-global-staff-size 16) > > I now fine I have one tune which still does not fit onto the page and one > line of music spills

Re: hide barline when \startStaff coincides with system break

2019-08-04 Thread Toine Schreurs
> In bar 6 below, where \startStaff coincides with a system break, a lone > barline is drawn at the end of the previous system. I would prefer for > the barline to be omitted in this situation. Insert the next line before every \startStaff: \once \override Staff.BarLine.break-visibility = ##(#f

Overriding a global declaration

2019-08-04 Thread John McWilliam
1. I’m compiling a book of bagpipe tunes and have used a global declaration which suits my Music: #(set-global-staff-size 16) I now fine I have one tune which still does not fit onto the page and one line of music spills over onto a new page. If I reduce this tune to staff-size 15 the