Re: keepWithTag for a score

2017-09-30 Thread David Kastrup
"David F." writes: > Let’s say I have a score: > > myScore = \score { … } > > After my score is built, I’d like to keep/remove tagged sections from the > music inside my score. > > How might I accomplish that? > > I’ve already tried to decompose/recompose the score, like so: > > \score { >

keepWithTag for a score

2017-09-30 Thread David F.
Let’s say I have a score: myScore = \score { … } After my score is built, I’d like to keep/remove tagged sections from the music inside my score. How might I accomplish that? I’ve already tried to decompose/recompose the score, like so: \score { \keepWithTag #’myTag #(

MsLily Standard Edition Released!

2017-09-30 Thread Denton Thomas
Hello from Australia, all - About a week ago I posted the MsLily Add-In for Word (Standard Edition) via Sellfy.com. See https:\\www.dentonlt.com\mslily for YouTube clips, a list of recent Changes, and purchase/download details. The Free Edition is keeping up with stability/maintenance repairs, so

Re: Equal ends of glissandi

2017-09-30 Thread Thomas Morley
2017-09-30 11:46 GMT+02:00 Thomas Morley : > Hi all, > > consider the code below > > \score { > \relative c' { > 4\glissando > \glissando > > } > %% for better viewing: > \layout { > ragged-right = ##f > \override Glissando.color = #red > \override Glissando.thickne

Equal ends of glissandi

2017-09-30 Thread Thomas Morley
Hi all, consider the code below \score { \relative c' { 4\glissando \glissando } %% for better viewing: \layout { ragged-right = ##f \override Glissando.color = #red \override Glissando.thickness = 2.5 } } I want to create an override which should end all gliss