[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: guitar slides snippets in the LSR
From: |
Thomas Morley |
Subject: |
Re: guitar slides snippets in the LSR |
Date: |
Wed, 7 Aug 2024 11:59:35 +0200 |
Am Mo., 5. Aug. 2024 um 22:20 Uhr schrieb Federico Bruni <fede@inventati.org>:
>
> Il giorno lun 5 ago 2024 alle 09:39:54 +02:00:00, Thomas Morley
> <thomasmorley65@gmail.com> ha scritto:
> > Is this about the doc-tagged https://lsr.di.unimi.it/LSR/Item?id=803 ?
> > Isn't it more that StringNumber _may_ be needed, like
> >
> > %% proposal:
> >
> > Slides for chords are indicated by default in both Staff and TabStaff.
> > String numbers may be necessary for TabStaff because automatic string
> > calculations are different for chords and for single notes.
> >
> >
> > myMusic = \relative c' {
> > <c e g>1 \glissando <f a c>
> > <cis, eis gis>1 \glissando <f a c>
> > <cis eis gis>1 \glissando <f a c\3>
> > }
> >
> > \score {
> > <<
> > \new Staff {
> > \clef "treble_8"
> > \omit StringNumber
> > \myMusic
> > }
> > \new TabStaff \myMusic
> > >>
> > }
>
> Yes, I agree with your proposal.
> Thanks
>
>
>
Done.
https://lsr.di.unimi.it/LSR/Item?id=803
Cheers,
Harm