Re: tying notes across voices

2020-11-28 Thread Shuwei Hu
That worked. Thanks. From: Shane Brandes Sent: Saturday, November 28, 2020 11:32 PM To: Shuwei Hu Cc: lilypond-user@gnu.org Subject: Re: tying notes across voices << { d4 b8 } \\ {g b~ g}\\{s8 \hideNotes b~ \once \override NoteColumn.force-hshift = #-.1 b}

Re: line break doesn't work

2020-11-28 Thread Rita Composer
Dear Pierre and Brian, Thanks of telling me *autoBeamOff *- it works Thanks for* \bar "" tip* these helped me a lot!! Best, Rita Pierre Perol-Schneider ezt írta (időpont: 2020. nov. 28., Szo, 22:24): > Hi Rita, > Are you sure about: \set Score.timing = ##f ?? > How about putting:

Re: tying notes across voices

2020-11-28 Thread Shane Brandes
<< { d4 b8 } \\ {g b~ g}\\{s8 \hideNotes b~ \once \override NoteColumn.force-hshift = #-.1 b} >> A possible solution to your problem. regards, Shane On Sat, Nov 28, 2020 at 4:37 PM Shuwei Hu wrote: > Dear list, > > I'm trying to tie notes across voices. Example: > > \version "2.20.0" >

RE: line break doesn't work

2020-11-28 Thread Mark Stephen Mrotek
Rita, I loaded and ran the code. I could not find a “\break” command. Mark From: lilypond-user [mailto:lilypond-user-bounces+carsonmark=ca.rr@gnu.org] On Behalf Of Rita Composer Sent: Saturday, November 28, 2020 1:06 PM To: lilypond-user Subject: line break doesn't work

Re: Possibly silly question but…

2020-11-28 Thread David Rogers
That’s quite an honour - thanks! Though for myself I’d have to rank many other posts higher, mainly ones in which someone creates a brilliant/elegant solution to a problem. Leaving a blank space in what’s normally the clef area tends to make it look as if something is missing; the three

tying notes across voices

2020-11-28 Thread Shuwei Hu
Dear list, I'm trying to tie notes across voices. Example: \version "2.20.0" \relative c'' { \time 3/8 << { d4 b8 } \\ {g b g} >> | << { r8 \tweak Stem.transparent ##t \tweak Stem.length #8 b8~ b\noBeam }

Re: line break doesn't work

2020-11-28 Thread Pierre Perol-Schneider
Hi Rita, Are you sure about: \set Score.timing = ##f ?? How about putting: \autoBeamOff instead? Cheers, Pierre Le sam. 28 nov. 2020 à 22:10, Rita Composer a écrit : > Dear Professionals, > > Can you tell me why \break command doesn't work for me? > I've just started to make a something

Re: Possibly silly question but…

2020-11-28 Thread David Rogers
That’s quite an honour - thanks! Though for myself I’d have to rank many other posts higher, mainly ones in which someone creates a brilliant/elegant solution to a problem. Leaving a blank space in what’s normally the clef area tends to make it look as if something is missing; the three

Re: how to automatically add ovtaves to some pitches

2020-11-28 Thread Stefan Thomas
Dear Mark, thanks for Your tip. I have now a working solution. But I would like to do it in another way, with whenPitchAbove = #(define-scheme-function (pitch proc) (ly:pitch? procedure?) (lambda (m) (let ((p (ly:music-property m 'pitch))) (if (and (ly:pitch? p) (ly:pitch? p1

Re: how to automatically add ovtaves to some pitches

2020-11-28 Thread Mark Knoop
At 14:53 on 28 Nov 2020, Stefan Thomas wrote: > Dear community, > I wanted to add an octavation only to specific pitches. I hope that > the following snippet shows better what I want. Unfortunately it > doesn't work. > SNIPPET > \version "2.20.0" > > % a pitch filter > whenPitchAbove

Re: how to automatically add ovtaves to some pitches

2020-11-28 Thread Stefan Thomas
Dear community, I wanted to add an octavation only to specific pitches. I hope that the following snippet shows better what I want. Unfortunately it doesn't work. SNIPPET \version "2.20.0" % a pitch filter whenPitchAbove = #(define-scheme-function (pitch proc) (ly:pitch?

Re: how to automatically add ovtaves to some pitches

2020-11-28 Thread Mark Knoop
At 10:51 on 28 Nov 2020, Stefan Thomas wrote: > Dear community, > I would like to add automatically an octabe to certain pitches, e.g. > higher than d''. > I have in mind something like this: > %% SNIPPET > \version "2.18.2" > global = { > \time 6/8 \clef "treble_8" } > okT =

how to automatically add ovtaves to some pitches

2020-11-28 Thread Stefan Thomas
Dear community, I would like to add automatically an octabe to certain pitches, e.g. higher than d''. I have in mind something like this: %% SNIPPET \version "2.18.2" global = { \time 6/8 \clef "treble_8" } okT = #(define-music-function (x) (ly:music?) #{ \context Voice <<