Align staffs based on first notes

2020-05-12 Thread fricadelle
Hello I am trying to set up a simple triad exercise on the guitar. It has the same exercise in two different keys: \new Staff \relative c' { \once \override Staff.TimeSignature #'stencil = ##f \time 15/1 { \set stringNumberOrientations = #'(down) \set fingeringOrientations = #'(left)

Re: Align staffs based on first notes

2020-05-12 Thread Pierre Perol-Schneider
Hi fricadelle, Here's how I'd do: \version "2.20.0" \paper { ragged-last = ##f } \layout { \context { \Score \omit SystemStartBar } \context { \Staff \omit TimeSignature \omit BarLine } } << \new Staff { \clef "G_8" \set stringNumberOrientations = #'(down

Re: Align staffs based on first notes

2020-05-12 Thread Pierre Perol-Schneider
Or even: \version "2.20.0" \paper { ragged-last = ##f } \layout { \context { \Score \omit SystemStartBar } \context { \Staff \clef "G_8" \omit TimeSignature \omit BarLine } \context { \Voice stringNumberOrientations = #'(down) fingeringOrientations

Re: Align staffs based on first notes

2020-05-12 Thread Pierre Perol-Schneider
Oops, I forgot the relative mode... Here you go: \version "2.20.0" \paper { ragged-last = ##f } \layout { system-count = 1 \context { \Score \omit SystemStartBar } \context { \Staff \clef "G_8" \omit TimeSignature \omit BarLine } \context { \Voice st

Re: Align staffs based on first notes

2020-05-12 Thread Kevin Barry
Hi Fricadelle, > time signatures are not important. But I would like to have the triads from > the two exercises "aligned" (because they share the same fingering, and it > is better visually). first 1 from C major staff and d>1 from D major staff are aligned, then the second pair of triads etc.

Re: Align staffs based on first notes

2020-05-12 Thread Thomas Morley
Am Di., 12. Mai 2020 um 09:10 Uhr schrieb fricadelle : > > Hello > > I am trying to set up a simple triad exercise on the guitar. It has the same > exercise in two different keys: > > \new Staff > \relative c' { > > \once \override Staff.TimeSignature #'stencil = ##f > \time 15/1 > > { >\set

Re: Align staffs based on first notes

2020-05-12 Thread fricadelle
thanks guys, it works like a charm! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Align staffs based on first notes

2020-05-12 Thread Valentin Petzel
Hello, You have to enclose your staves in << CONTENT >> to make them parallel. If you just do \new Staff … \new Staff you get basically one Staff, and then, when the first staff ends, another Staff starts (That is, in your case you actually get two different scores for each Staff, because you d

Multiplicative Time Signatures

2020-05-12 Thread Sami Amiris
Hello great people of the list. One small question: how can I implement a multiplicative time signature? For example: 4 x 3/8 where 4 is a nice big integer and 3/8 is a fraction? Searched for it but couldn't find anything at least relatively recent. Please excuse this if it has already been so

Re: Multiplicative Time Signatures

2020-05-12 Thread Aaron Hill
On 2020-05-12 5:48 am, Sami Amiris wrote: Hello great people of the list. One small question: how can I implement a multiplicative time signature? For example: 4 x 3/8 where 4 is a nice big integer and 3/8 is a fraction? Searched for it but couldn't find anything at least relatively recent.

Re: Multiplicative Time Signatures

2020-05-12 Thread Sami Amiris
Absolutely!!! Thank you very much!!! -- Sent from: http://lilypond.1069038.n5.nabble.com/User-f3.html

Re: Frescobaldi Quick key for Lily button

2020-05-12 Thread Freeman Gilmore
On Sun, Dec 29, 2019 at 6:22 PM Urs Liska wrote: > > Am Sonntag, den 29.12.2019, 10:44 -0500 schrieb Freeman Gilmore: > > In Frescobaldi is there a quick key that can be used in place of > > the Lily button? > > There are a number of preset shortcuts to trigger LilyPond > compilations: > > * Ctrl+

Re: Frescobaldi Quick key for Lily button

2020-05-12 Thread Urs Liska
Am 13. Mai 2020 05:10:55 MESZ schrieb Freeman Gilmore : >On Sun, Dec 29, 2019 at 6:22 PM Urs Liska >wrote: >> >> Am Sonntag, den 29.12.2019, 10:44 -0500 schrieb Freeman Gilmore: >> > In Frescobaldi is there a quick key that can be used in place of >> > the Lily button? >> >> There are a number