midi volume single note

2017-11-12 Thread Gianmaria Lari
I have a long note that I would like it starts playing \ and it ends \ (in the midi). I tried this but without success: \version "2.19.80" right = \relative c'' { c1 ~ c1 } dynamics = { s4\f\> s4 s4 s4 s4 s4 s4 s4\! \p } \score { \new Staff \with { midiInstrument

Strange behaviour

2017-11-12 Thread Don Gingrich
What I want is to effectively have two voices  in the second bar -- The first time through fits the d4 r4 r4 e8 e tune and the second uses d4 ( a8) a4 d4 e8 e I'm copying a sheet that used diminished size notes for the alternate, so I figured, "OK, use grace notes" But for some reason that I

Different behavior of \partcombine + \change Staff in 2.19

2017-11-12 Thread Shevek
In order to cleanly manage wind parts sharing staves in an orchestral score, I have been using a pattern like the following throughout my projects: \paper { indent = 2.5\cm short-indent = 1.5\cm } global = { s1*4 \break s1*4 \break s1*4 } bsnI = \relative { \tag #'score {

Re: Unwanted spacing in text

2017-11-12 Thread William Zeitler
BIngo! Worked great! Many thanks! On 11/12/17 6:44 AM, David Kastrup wrote: William Zeitler writes: For a title I want the Latin word "Aenigma", using a unicode character for the initial "AE" ligature. It works fine except for an unsightly space between the "AE"

Re: Harmonics and quoted music

2017-11-12 Thread David Kastrup
David Kastrup writes: > Shevek writes: > >> I just noticed that the following code works fine on 2.19, but crashes on >> 2.18 without an error message: >> >> \addQuote "test" { 2 } >> >> \new Staff { >> \quoteDuring #"test" { >> s2

Re: Harmonics and quoted music

2017-11-12 Thread David Kastrup
Shevek writes: > I just noticed that the following code works fine on 2.19, but crashes on > 2.18 without an error message: > > \addQuote "test" { 2 } > > \new Staff { > \quoteDuring #"test" { > s2 > } > } > > I don't see anything about this in

Harmonics and quoted music

2017-11-12 Thread Shevek
I just noticed that the following code works fine on 2.19, but crashes on 2.18 without an error message: \addQuote "test" { 2 } \new Staff { \quoteDuring #"test" { s2 } } I don't see anything about this in the 2.20 changes documentation. What's going on here? -- Sent

Re: Scheme Help

2017-11-12 Thread Thomas Morley
2017-11-11 17:11 GMT+01:00 Benjamin Bloomfield : > I am trying to write a scheme to achieve the functionality I was asking > about in my earlier message. I think that I could do it with a simple > callback function on the NoteHead.transparent property and make the notehead >

Re: Unwanted spacing in text

2017-11-12 Thread Cynthia Karl
> On Nov 12, 2017, at 12:12 PM, Cynthia Karl wrote: > > >> On Nov 12, 2017, at 10:35 AM, lilypond-user-requ...@gnu.org wrote: >> >> \version "2.18.2" >> >> \header { >> ? title = \markup { \char ##x00c6 "nigma" } >> } >> >> \score { >> ? \new Staff = \relative c' { c1 } >> }

Re: Unwanted spacing in text

2017-11-12 Thread Cynthia Karl
> On Nov 12, 2017, at 10:35 AM, lilypond-user-requ...@gnu.org wrote: > > \version "2.18.2" > > \header { > ? title = \markup { \char ##x00c6 "nigma" } > } > > \score { > ? \new Staff = \relative c' { c1 } > } > If you’re using Frescobaldi, the easiest way is to go to "Tools/Special

Re: Increasing spacing between staves

2017-11-12 Thread Michael Rivers
When I run into this problem, I just print an invisible note somewhere that forces more space between the staves. I believe I read about that solution somewhere on this forum years ago. -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Unwanted spacing in text

2017-11-12 Thread David Kastrup
shane writes: > Unwanted spacing in text William Zeitler writes: >> >>> For a title I want the Latin word "Aenigma", using a unicode character >>> for the initial "AE" ligature. It works fine except for an unsightly >>> space between the "AE"

Re: Unwanted spacing in text

2017-11-12 Thread shane
It could in some circumstances be poor spacing in the font itself. Is there a tracking work around for such circumstances? -Shane Brandes Sent from my T-Mobile 4G LTE Device Original message From: David Kastrup Date: 11/12/17 9:44 AM (GMT-05:00) To: William

Re: Unwanted spacing in text

2017-11-12 Thread David Kastrup
William Zeitler writes: > For a title I want the Latin word "Aenigma", using a unicode character > for the initial "AE" ligature. It works fine except for an unsightly > space between the "AE" character and the subsequent plain text. How do > I fix this? > > Thanks! >

Unwanted spacing in text

2017-11-12 Thread William Zeitler
For a title I want the Latin word "Aenigma", using a unicode character for the initial "AE" ligature. It works fine except for an unsightly space between the "AE" character and the subsequent plain text. How do I fix this? Thanks! william zeitler --- \version