Re: parenthesis around dot only (note value indication)

2024-05-01 Thread Ya Gloops
Else{    \once \override Parentheses.padding = #-0.01  4.} Le mercredi 1 mai 2024 à 10:22:02 UTC+2, Aaron Hill a écrit : On 2024-05-01 12:18 am, David Kastrup wrote: > { >  \tweak Dots.extra-spacing-width #'(.2 . .2) >  4. > } > > Wish I could get the actual dots to move, but maybe so

Re: parenthesis around dot only (note value indication)

2024-05-01 Thread Aaron Hill
On 2024-05-01 12:18 am, David Kastrup wrote: { \tweak Dots.extra-spacing-width #'(.2 . .2) 4. } Wish I could get the actual dots to move, but maybe someone else has an idea for that. Looks like the DotColumn is controlling things. This seems to work: { \once \override Staff.DotCo

Re: parenthesis around dot only (note value indication)

2024-05-01 Thread David Kastrup
Dirck Nagy writes: > Hi all > > I know this is highly unusual, but is there a way to add parentheses > around the DOT ONLY after the notehead? > > see following image: > > [cid:85851784-8a26-48b0-b2b4-b9a8e03b517c] > FYI, I have a piece with sequences of octaves. Every instance has a > note valu

Re: parenthesis around dot only (note value indication)

2024-04-30 Thread Dirck Nagy
Beautiful! Thanks Pierre! BTW, How are you ? I'm not active on Delcamp any more. peace! dirck From: Pierre Perol-Schneider Sent: Wednesday, May 1, 2024 12:32 AM To: Dirck Nagy Cc: lilypond-user@gnu.org ; dirckn...@hotmail.com Subject: Re: parent

Re: parenthesis around dot only (note value indication)

2024-04-30 Thread Pierre Perol-Schneider
Hi Dirck, See Harm's : https://lists.gnu.org/archive/html/lilypond-user/2017-05/msg00371.html E.g.: \version "2.24.3" #(define (parenthesize-dot parentheses-item) (let* ((dot (ly:grob-object (ly:grob-parent parentheses-item Y) 'dot))) (if (not (null? dot)) (begin (set! (ly

Re: Parenthesis/bracket/brace questions

2018-05-24 Thread Thomas Morley
2018-05-21 17:09 GMT+02:00 Thomas Morley : > 2018-05-21 15:03 GMT+02:00 Brent Annable : >> On a side note, in my searches I noticed it's now possible to define >> different barline types, and the bracket type looks like it would also do >> the job very well here... [...] >> (there seems to be some

Re: Parenthesis/bracket/brace questions

2018-05-21 Thread Thomas Morley
2018-05-21 17:09 GMT+02:00 Thomas Morley : > 2018-05-21 15:03 GMT+02:00 Brent Annable : >> Hey Andrew, >> >> Wow, this looks like exactly like my score! Thank you very much, I managed >> to tweak the values of this code to get exactly the shape I needed. >> >> On a side note, in my searches I notic

Re: Parenthesis/bracket/brace questions

2018-05-21 Thread Thomas Morley
2018-05-21 15:03 GMT+02:00 Brent Annable : > Hey Andrew, > > Wow, this looks like exactly like my score! Thank you very much, I managed > to tweak the values of this code to get exactly the shape I needed. > > On a side note, in my searches I noticed it's now possible to define > different barline

Re: Parenthesis/bracket/brace questions

2018-05-21 Thread Brent Annable
Hey Andrew, Wow, this looks like exactly like my score! Thank you very much, I managed to tweak the values of this code to get exactly the shape I needed. On a side note, in my searches I noticed it's now possible to define different barline types, and the bracket type looks like it would also do

Re: Parenthesis/bracket/brace questions

2018-05-21 Thread Andrew Bernard
Hi Brent, Unless I am totally missing the point, this was discussed on the list a couple of years ago, and a simple solution provided oin LSR 957. Is the following not what you want? Andrew % LSR 957 #(define-markup-command (openBracket layout props heitgh) (number?) (interpret-markup

Re: Parenthesis/bracket/brace questions

2018-05-20 Thread Brent Annable
Hey Robin! Thank you, this works just fine in this case. What would be really neat now would be the ability to parenthesize entire chordal passages, so with the left half around one chord and the right half around some other chord later on in the music. So like a combination of this function: sta

Re: Parenthesis/bracket/brace questions

2018-05-20 Thread Brent Annable
Hey Mark, Thank you for your response. Yes I considered the arpeggio bracket option, but the problem is I'm using that extensively throughout the edition to indicate right-hand chords, so I wanted something that looks a little different to avoid confusion. A staff brace would seem ideal, but I'm n

Re: Parenthesis/bracket/brace questions

2018-05-20 Thread Robin Bannister
Brent Annable wrote: 2. I would like to parenthesize a couple of two-note chords in the tenor part. Has anybody come up with a decent way to put parentheses around entire chords yet? I've rummaged around the old threads but can't really find anything that fits the bill. Maybe you can make do

RE: Parenthesis/bracket/brace questions

2018-05-20 Thread Mark Stephen Mrotek
Brent, As to No. 1, perhaps a cross staff arpeggio/bracket? http://lilypond.org/doc/v2.19/Documentation/notation/expressive-marks-as-lines#arpeggio Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Brent Annable Sent: Sunday, May 20,

Re: parenthesis and brace notes

2017-03-08 Thread Bernhard Kleine
Sorry for the german Am 08.03.2017 um 14:22 schrieb Bernhard Kleine: > Hallo, > > this little piece in the attachement has several difficulties: at first, > the text does not start at the same place, secondly, there are > parentheses in the notes I have not any idea how to set these, and > thirdl

re: Parenthesis problems

2010-06-02 Thread Stefan Thomas
Dear Hillary, I think I could solve Your problem, but it was a bit intricate. Maybee there is a more easy solution available. \version "2.12.2" \score { \relative c'' { \clef treble \override TextScript #'extra-offset = #'(-1.3 . 4.5) \teeny ces -\markup { \musicglyph #"accidenta

Re: Parenthesis around a note

2005-08-07 Thread Mats Bengtsson
If you search the mailing list archives for "parenthesis note", for example, you will find also several other answers, for example refering to the example file called molecule-hacking.ly in the Regression Test document for your LilyPond version at www.lilypond.org. /Mats Ilaria e Massimo wrote

Re: Parenthesis

2005-05-29 Thread Mats Bengtsson
Try \lyricmode{ Some text with "(pa" -- ren -- the -- "sis)" ...} i.e. include it in double quotes. /Mats Basil Crow wrote: Hi list, Dumb question: How do you use an open parenthesis in lyrics? I'm using "\lyricmode {" to begin my lyrics. Thanks, Basil _

Re: parenthesis around a note

2002-11-12 Thread Jan Nieuwenhuizen
Jule Slootbeek <[EMAIL PROTECTED]> writes: > How, if i can, can you add ()'s around a note head in order to show > which notes are and which notes are not chord tones in a melody? Are you looking for something like this http://lilypond.org/stable/input/regression/out-www/lily-862146200.ly