Re: Horizontal Brackets and Markup Placement

2016-05-03 Thread Thomas Morley
2016-05-03 8:10 GMT+02:00 Sam Bivens : > Hi everyone, > > In the attached MWE, I'm somehow having trouble getting the initial > `^\markup a` to be placed above the horizontal bracket, even though all > future instances of this markup are placed above the bracket no problem. It > seems so simple; I

Horizontal Brackets and Markup Placement

2016-05-02 Thread Sam Bivens
Hi everyone, In the attached MWE, I'm somehow having trouble getting the initial `^\markup a` to be placed /above/ the horizontal bracket, even though all future instances of this markup are placed above the bracket no problem. It seems so simple; I feel a little silly just asking. The commen

Re: Making notes have no presence at all (horizontal brackets)

2016-01-13 Thread Kieren MacMillan
Hi Kevin, > I need to add a voice with notes that are a) invisible and b) have no effect > on the spacing of other music on the staff. I haven't found a way to do this What about: \score { \new Staff << \mark \markup "rests, omitted" \global \new Voice \relative { bes,8-\twe

Making notes have no presence at all (horizontal brackets)

2016-01-13 Thread Kevin Barry
Dear All, I frequently need to have overlapping horizontal brackets. This means that I have to add hidden notes to my scores to attach them to. (Brackets won't attach to spacer rests unless they live in a Staff context, in which case you can't have more than one at a time. Adding bracke

Re: Including Rests in Horizontal Brackets

2015-10-27 Thread Sam Bivens
Hi Pierre, This works great, and it's nice enough! (It also helped me realize that it wasn't a lack of pitches that caused the problem, but the particular use of R1 at \stopGroup...interesting.) Thanks again, Sam On 10/27/2015 06:16 PM, Pierre Perol-Schneider wrote: > Hi Sam, > > This is not ni

Re: Including Rests in Horizontal Brackets

2015-10-27 Thread Pierre Perol-Schneider
Hi Sam, This is not nice, but it works : \version "2.19.28" #(ly:set-option 'warning-as-error #f) #(ly:expect-warning (_ "barcheck failed at: 1/2")) \layout { \context { \Voice \consists "Horizontal_bracket_engraver" } } \relative c'' { \override HorizontalBracket.direction = #UP

Including Rests in Horizontal Brackets

2015-10-27 Thread Sam Bivens
Hi everyone, In the attached MWE, I'm hoping to extend the horizontal bracket to the right to include the three remaining whole rests. As it is, Lily is smart enough (darn it...) to stop the bracket at the final notated pitch; but can I force the bracket to extend, or will I have to come up with

Re: weird behaviour with horizontal brackets and \include

2013-01-31 Thread Eluze
Kevin Patrick Barry wrote > Dear LilyPond users, > > I believe I have encountered a complex bug involving the interaction > between horizontal brackets and outside-staff-priority. It is both obscure > and easy to work around, so it's not urgent, but I thought I would send i

weird behaviour with horizontal brackets and \include

2013-01-31 Thread Kevin Patrick Barry
Dear LilyPond users, I believe I have encountered a complex bug involving the interaction between horizontal brackets and outside-staff-priority. It is both obscure and easy to work around, so it's not urgent, but I thought I would send it here anyway. It requires two files to reproduce. R

Re: Horizontal brackets: adjust start and end point

2012-08-18 Thread Davide Liessi
Hi David, >> I'm using horizontal brackets in a piece I'm transcribing, with >> bracket-flare set to 0. >> I would like the bracket symbols to start a bit before the first note >> and end a bit after the last (let's say a bit = about the length of >>

Re: Horizontal brackets: adjust start and end point

2012-08-18 Thread David Nalesnik
Hi Davide, On Sat, Aug 18, 2012 at 7:14 AM, Davide Liessi wrote: > Hi everybody. > > I'm using horizontal brackets in a piece I'm transcribing, with > bracket-flare set to 0. > I would like the bracket symbols to start a bit before the first note > and end a bit aft

Horizontal brackets: adjust start and end point

2012-08-18 Thread Davide Liessi
Hi everybody. I'm using horizontal brackets in a piece I'm transcribing, with bracket-flare set to 0. I would like the bracket symbols to start a bit before the first note and end a bit after the last (let's say a bit = about the length of the head of a quarter note). E.g. in the

Re: vertical alignment & inversion of horizontal brackets

2012-01-12 Thread pls
\] are not part of the indices! Am 12.01.2012 um 13:35 schrieb Xavier Scheuer: > On 12 January 2012 12:51, pls wrote: >> Hey all, >> >> today I tripped over a command for typesetting horizontal brackets >> (\[ \]) which doesn't seem to be covered in the manual

Re: vertical alignment & inversion of horizontal brackets

2012-01-12 Thread -Eluze
pls-2 wrote: > > Hey all, > > today I tripped over a command for typesetting horizontal brackets (\[ \]) > which doesn't seem to be covered in the manuals. (At least I didn't find > it.) > > How can I invert and change the vertical alignment of these horizon

Re: vertical alignment & inversion of horizontal brackets

2012-01-12 Thread Xavier Scheuer
On 12 January 2012 12:51, pls wrote: > Hey all, > > today I tripped over a command for typesetting horizontal brackets > (\[ \]) which doesn't seem to be covered in the manuals. > (At least I didn't find it.) Ligatures are covered in the notation reference manual,

Re: vertical alignment & inversion of horizontal brackets

2012-01-12 Thread James
Hello, On 12 January 2012 11:51, pls wrote: > Hey all, > > today I tripped over a command for typesetting horizontal brackets (\[ \]) > which doesn't seem to be covered in the manuals. (At least I didn't find it.) > > How can I invert and change the vertical a

vertical alignment & inversion of horizontal brackets

2012-01-12 Thread pls
Hey all, today I tripped over a command for typesetting horizontal brackets (\[ \]) which doesn't seem to be covered in the manuals. (At least I didn't find it.) How can I invert and change the vertical alignment of these horizontal brackets? (I'd like to place them below the st

Overlapping Horizontal Brackets

2007-11-19 Thread Monk Panteleimon
t not overlapping. What's the best way to go about this? I found several things in archives about drawing brackets as spanners without HorizontalBracket engraver, but is there a simpler way to just override the Horizontal Brackets behavior? Here's my minimal example: \version "

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
Sic transit gloria mundi. I found it in the snipplet repository now. The problem was, that I hadn't search for the keyword 'line'. Here's the code: \textSpannerUp \once \override TextSpanner #'edge-text = #'( "" . "" ) \once \override TextSpanner #'edge-height = #'(1 . 1) \once \

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
On 7/25/07, Siska Ádám <[EMAIL PROTECTED]> wrote: Hello, actually, that was the first thing I tried, but it seems to me that the draw-line command doesn't exist in 2.10.25 (sorry for the prior misspelling, I'm using 2.10.25, not 2.10.10 -- although this doesn't really make a difference, I suppo

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
Hello, actually, that was the first thing I tried, but it seems to me that the draw-line command doesn't exist in 2.10.25 (sorry for the prior misspelling, I'm using 2.10.25, not 2.10.10 -- although this doesn't really make a difference, I suppose). But, after tweaking a few hours with the c

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
Hi Adam, There's a way to turn LilyPond markup commands like \draw-line into Scheme expressions; the method is documented in 12.4.1 "Markup construction in Scheme" in the 2.11 version of the manual; and I think the concept is exactly the same in 2.10. So maybe this will work ... \onc

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
Hello, the problem is that I can't figure out how to set up the #'edge-text property to draw the lines (the markup doesn't accept the draw-line command, and it's not included in the list of valid markup commands for 2.10.10). Now I've spent at about an hour with adopting the code that I got

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
On 7/25/07, Siska Ádám <[EMAIL PROTECTED]> wrote: Hello, thank you. Actually I'm using the stable version (2.10.10 as far as I know), and I don't really want to change it to a version under development unless I'd be really forced to do that. Don't you have some idea that works also with the st

Re: Horizontal brackets

2007-07-25 Thread Siska Ádám
25/07, Siska Ádám <[EMAIL PROTECTED]> wrote: Hello Everyone, Since yesterday I also found that there are several kinds of horizontal brackets: volta brackets, mensural ligature brackets, analysis brackets, the \hbracket markup command (well, that puts a second bracket, but in reversed direct

Re: Horizontal brackets

2007-07-25 Thread Trevor Bača
On 7/25/07, Siska Ádám <[EMAIL PROTECTED]> wrote: Hello Everyone, Since yesterday I also found that there are several kinds of horizontal brackets: volta brackets, mensural ligature brackets, analysis brackets, the \hbracket markup command (well, that puts a second bracket, but in re

Horizontal brackets

2007-07-25 Thread Siska Ádám
Hello Everyone, Since yesterday I also found that there are several kinds of horizontal brackets: volta brackets, mensural ligature brackets, analysis brackets, the \hbracket markup command (well, that puts a second bracket, but in reversed direction), measure group brackets, piano pedal

Horizontal brackets

2007-07-24 Thread Siska Ádám
Hello, I'm trying to set up upper double brackets (the 'con molta pressione' sign for strings), but I have no idea on how to do this. I found that there are analysis brackets, but I can't force them to put themselves on the top of the notes, they don't really have rectangular shape, and they

Re: Notes in parentheses, horizontal brackets, midi from TabStaff

2006-05-08 Thread Geoff Horton
1/ Is it possible to place some noteheads into the parentheses? Yes. See the \parenthesize command in 9.2.6 of the manual, assuming you're using a 2.8 version of LilyPond. It's possible to do it in 2.6 versions, but on the messy side. Geoff ___ lily

Notes in parentheses, horizontal brackets, midi from TabStaff

2006-05-08 Thread Michal Vopalensky
Hi everybody, I have two simple questions on the notation. Hope somebody can help me... 1/ Is it possible to place some noteheads into the parentheses? 2/ Anybody knows how to generate an angle bracket (^) upon two notes (or stems of these notes actually), splended from the first one to the se

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Mats Bengtsson
Sven Axelsson wrote: \score { \relative c'' { \repeat volta 2 { a b c d } \alternative { { d' c b a } { e c d b } } } \layout { \context { \Score \override VoltaBracket #'Y-offset-callbacks = #(list Staff_symbol_referencer::callback) \override VoltaBracket #'staff-position = #

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Sven Axelsson
On 27/09/05, Han-Wen Nienhuys <[EMAIL PROTECTED]> wrote: > Sven Axelsson wrote: > > Well, of course. I made it a global override using > > > > \layout { > > \context { > > \Score > > \override VoltaBracket #'Y-offset-callbacks = #(list > > Staff_symbol_referencer::callback) > >

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Han-Wen Nienhuys
Sven Axelsson wrote: Well, of course. I made it a global override using \layout { \context { \Score \override VoltaBracket #'Y-offset-callbacks = #(list Staff_symbol_referencer::callback) \override VoltaBracket #'staff-position = #8 } } and it seems that the brac

Re: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Sven Axelsson
Han-Wen Nienhuys wrote: > Sven Axelsson wrote: >> >> That is very close to what I need. It works perfectly for analysis >> brackets but it appears that the staff-position can't be more than 8 >> (or perhaps >> 7.5), >> which puts the volta brackets a little too close to the staff. If I >> could rai

Re: FW: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Han-Wen Nienhuys
Sven Axelsson wrote: That is very close to what I need. It works perfectly for analysis brackets but it appears that the staff-position can't be more than 8 (or perhaps 7.5), which puts the volta brackets a little too close to the staff. If I could raise those one more note space it would be

Re: FW: Putting horizontal brackets at a fixed y-position

2005-09-27 Thread Sven Axelsson
Han-Wen Nienhuys [mailto:[EMAIL PROTECTED]] wrote:> [EMAIL PROTECTED] wrote:> > Is there already a non-hackish way of putting horizontal brackets (voltas and > > analysis brackets) at a *fixed* y-position unaffected by the bracketed music?> > If not I'm willing to spons

Re: Putting horizontal brackets at a fixed y-position

2005-09-26 Thread Han-Wen Nienhuys
[EMAIL PROTECTED] wrote: Is there already a non-hackish way of putting horizontal brackets (voltas and analysis brackets) at a *fixed* y-position unaffected by the bracketed music? If not I'm willing to sponsor such a feature that for both volta brackets and analysis brackets lets me do

Re: Putting horizontal brackets at a fixed y-position

2005-09-26 Thread sven
Mats Bengtsson wrote: > Are you seriously saying that you want high notes to actually pass > through the brackets? Yes, that's what I want. This doesn't mean that I intend to have lots of music that overlaps the brackets, but rather that if I see overlaps, I can tweak the position globally, and be

Re: Putting horizontal brackets at a fixed y-position

2005-09-26 Thread Mats Bengtsson
more limiting than the distance from the note unless you have a note with a very high pitch. /Mats [EMAIL PROTECTED] wrote: Is there already a non-hackish way of putting horizontal brackets (voltas and analysis brackets) at a *fixed* y-position unaffected by the bracketed music? If not I&#

Putting horizontal brackets at a fixed y-position

2005-09-26 Thread sven
Is there already a non-hackish way of putting horizontal brackets (voltas and analysis brackets) at a *fixed* y-position unaffected by the bracketed music? If not I'm willing to sponsor such a feature that for both volta brackets and analysis brackets lets me do, for instance \ove