Re: dodecaphonic-no-repeat and grace notes

2015-06-19 Thread Ralph Palmer
On Sun, Jun 7, 2015 at 8:39 AM, Simon Albrecht wrote: > Forwarding to the bug-list. > Yours, Simon > > Am 07.06.2015 um 02:52 schrieb Gilberto Agostinho: > >> Hi all, >> >> I found a little problem with the \accidentalStyle dodecaphonic-no-repeat. >> When there is a grace note between two identic

Re: Nashville notation as chord symbols

2015-06-19 Thread Paul Morris
> On Jun 18, 2015, at 10:39 AM, David Kastrup wrote: > > So basically issue 1375 is in no way related to improving the > documentation about Scheme engravers. It's just about letting them > blend in a bit better with C++ engravers. Thanks for the clarification and info. And as always thanks fo

Re: repeat bars in all staves except one

2015-06-19 Thread Kieren MacMillan
Hi Harm, > How about: > > \version "2.19" > > global = { > \time 4/4 > s1 > \set RhythmicStaff.whichBar = "||" > \repeat volta 1 { s1 } > } > > \score { > << >\new RhythmicStaff << \global { a1 a } >> >\new Staff << \global { c''1 c'' } >> >>> > } > > At least it seems to work i

2 eigth notes act weird

2015-06-19 Thread Marko Graulić
I am trying to do some quartet music. All my voices I hold in separate variables and then use them. This is my code: \score{ << \new Staff \global \new Voice = "tenorI" \tenorI } \new Voice = "tenorII"{ \tenorII } new Lyrics \lyricsto "tenorII" {

Re: 2 eigth notes act weird

2015-06-19 Thread Kieren MacMillan
Hi Marko, > I am trying to do some quartet music. All my voices I hold in separate > variables and then use them. This is my code: > > \score{ > << > \new Staff > \global > \new Voice = "tenorI" > \tenorI } > \new Voice = "tenorII"{ > \tenorII } > new

Re: Nashville notation as chord symbols

2015-06-19 Thread Thomas Morley
2015-06-19 6:48 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2015-06-18 23:37 GMT+02:00 David Kastrup : >>> Thomas Morley writes: \version "2.18.2" #(define nashville-chord-engraver (let ((root (ly:make-pitch 0 0 0))) >>> >>> That should rather be >>> >>> #(d

Re: Nashville notation as chord symbols

2015-06-19 Thread David Kastrup
Thomas Morley writes: > 2015-06-19 6:48 GMT+02:00 David Kastrup : >> Thomas Morley writes: >> >>> 2015-06-18 23:37 GMT+02:00 David Kastrup : Thomas Morley writes: > > \version "2.18.2" > > #(define nashville-chord-engraver >(let ((root (ly:make-pitch 0 0 0))) >

Re: Re: A bunch of problems at score part changeover, and another one

2015-06-19 Thread 70147persson
Yes! You solved it! Thank you Marc and Klaus. I tested your suggestions Marc, and they worked fine for the ties. However I had no success with the starting repeat. I had already seen the example you referred to, and found that it works fine with only one staff. But my score is a wee more comp

Re: Nashville notation as chord symbols

2015-06-19 Thread Thomas Morley
2015-06-19 22:17 GMT+02:00 David Kastrup : > Thomas Morley writes: > >> 2015-06-19 6:48 GMT+02:00 David Kastrup : >>> Thomas Morley writes: >>> 2015-06-18 23:37 GMT+02:00 David Kastrup : > Thomas Morley writes: >> >> \version "2.18.2" >> >> #(define nashville-chord-engra

Re: Re: A bunch of problems at score part changeover, and another one

2015-06-19 Thread tisimst
Kaj, On Fri, Jun 19, 2015 at 3:05 PM, 70147persson [via Lilypond] < ml-node+s1069038n17800...@n5.nabble.com> wrote: > However, when I should apply this on my real score, I stumbled over a new > issue. I had not mentioned this, as I was not aware of it being a problem. > How can I put an instrumen

collision parenthesize and sharp symbol

2015-06-19 Thread MarcM
is this collision a bug or is it expected and require to add padding manually? http://lilybin.com/fy9guz/2 -- View this message in context: http://lilypond.1069038.n5.nabble.com/collision-parenthesize-and-sharp-symbol-tp178004.html Sent from the User mailing list archive at Nabble.com. ___

kneed beam a la Bach

2015-06-19 Thread MarcM
i played with the kneed beam settings but could not find a way to reproduce this kneed beam from Bach. Is that feasible? -- View this message in context: http://lilypond.1069038.n5.nabble.com/kneed-beam-a-la-Bach-tp17800

Re: kneed beam a la Bach

2015-06-19 Thread Nick Payne
On 20/06/2015 08:30, MarcM wrote: i played with the kneed beam settings but could not find a way to reproduce this kneed beam from Bach. Is that feasible? \version "2.19.21" { \once \override Beam.positions = #'(-2 . 2

Re: collision parenthesize and sharp symbol

2015-06-19 Thread Simon Albrecht
Am 20.06.2015 um 00:27 schrieb MarcM: is this collision a bug or is it expected and require to add padding manually? You might call it a bug, but of course it’s not a bug of Lilypond but a bug in the \startParenthesis and \stopParenthesis variables defined here. As the code is rather simple, on

Re: kneed beam a la Bach

2015-06-19 Thread Simon Albrecht
Am 20.06.2015 um 00:39 schrieb Nick Payne: On 20/06/2015 08:30, MarcM wrote: i played with the kneed beam settings but could not find a way to reproduce this kneed beam from Bach. Is that feasible? \version "2.19.21" {

beaming question

2015-06-19 Thread William Zeitler
I want to do like the attached gif: notice the broken 16th note beams. (More in the score dictates that this needs to be 6/8. Meanwhile the general question of how to do this kind of beaming still stands.) Here's my snippet -- I can't figure out from the docs how to make Lilypond look like my sup

Re: collision parenthesize and sharp symbol

2015-06-19 Thread David Kastrup
Simon Albrecht writes: > Am 20.06.2015 um 00:27 schrieb MarcM: >> is this collision a bug or is it expected and require to add padding >> manually? > You might call it a bug, but of course it’s not a bug of Lilypond but > a bug in the \startParenthesis and \stopParenthesis variables defined > her

Re: beaming question

2015-06-19 Thread Marc Hohl
Am 20.06.2015 um 04:04 schrieb William Zeitler: I want to do like the attached gif: notice the broken 16th note beams. Please do not introduce a new topic by answering to an existing thread, this causes confusion. (More in the score dictates that this needs to be 6/8. Meanwhile the general qu

Re: kneed beam a la Bach

2015-06-19 Thread Martin Tarenskeen
On Fri, 19 Jun 2015, MarcM wrote: i played with the kneed beam settings but could not find a way to reproduce this kneed beam from Bach. Is that feasible? I love Bach's handwriting, especially his swinging curvy beams

Re: collision parenthesize and sharp symbol

2015-06-19 Thread David Kastrup
David Kastrup writes: > Simon Albrecht writes: > >> Am 20.06.2015 um 00:27 schrieb MarcM: >>> is this collision a bug or is it expected and require to add padding >>> manually? >> You might call it a bug, but of course it’s not a bug of Lilypond but >> a bug in the \startParenthesis and \stopPar

Re: kneed beam a la Bach

2015-06-19 Thread Pierre Perol-Schneider
Hi Mark, I'd do: \version "2.19.21" { \offset positions #'(2 . 0) Beam b'8 a'' g'' \once\stemUp b' } Cheers, Pierre 2015-06-20 0:30 GMT+02:00 MarcM : > i played with the kneed beam settings but could not find a way to reproduce > this kneed beam from Bach. > Is that feasible? > >

Re: collision parenthesize and sharp symbol

2015-06-19 Thread David Kastrup
David Kastrup writes: > David Kastrup writes: > >> Simon Albrecht writes: >> >>> Am 20.06.2015 um 00:27 schrieb MarcM: is this collision a bug or is it expected and require to add padding manually? >>> You might call it a bug, but of course it’s not a bug of Lilypond but >>> a bug in

Polyphonic notes slur solution

2015-06-19 Thread rsfjr
Hello, I am trying to overcome an issue. I need to place some slurs in a polyphonic pair, connecting the noteheads. Is there any workaround? \new Staff { <<{b'}\\{g'}>> } I have tried creating other notes and forcing a horizontal shift, but no success, only the first note overlays the entire po