lilypond-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Ancient tablature: repeat barline.


From: Shane Brandes
Subject: Re: Ancient tablature: repeat barline.
Date: Fri, 28 Feb 2014 15:34:13 -0500

Pierre,

Why are you trying to reproduce the bad copy of the facsimile? The
facsimile shows a completely different construction that looks more
like this :|.|: where the middle dot is in the center staff space.

regards,
Shane

On Fri, Feb 28, 2014 at 12:15 PM, Schneidy
<address@hidden> wrote:
> Hi LilyPonders,
>
> I'm currently working on an ancient tablature project.
> Exept some old discussions (not much though) Lily doc is almost non-existant
> about it and, in a near futur, I'd like to propose some templates that could
> bring a little desire to complete the tablature documentation (I think that
> Lilypond could be much more powerfull than Django, Fronimo or BeirTab).
> Anyway...
>
> For the moment I'm stucked in trying to find how to produce a 3 dots repeat
> bar-line.
> You'll find herewith an output screen shot (AncientTab) with the standard 4
> dots bar-line (red circled) and a 3 dots one (blue circled) produced by a
> shameful \mark\markup I choose so far.
>
> So here comes the tiny one :
>
> %%%%%%%%%%%
>
> \version "2.18.0"
>
> gittern = \stringTuning <d g b e'>
> \defineBarLine "|;|" #'("" "|" ";")
> \defineBarLine "|:|" #'("" "|" ":")
>
> \score {
>    \new TabStaff {
>      \set TabStaff.stringTunings = #gittern
>      \repeat volta 2 { s1 s }
>      \bar "|;|"
>      \repeat volta 2 { s1 s }
>      \once\override Score.RehearsalMark.self-alignment-X = #CENTER
>      \once\override Score.RehearsalMark.extra-offset = #'(.49 . -3.35)
>      \mark\markup\normalsize\musicglyph #"dots.dot"
>      \bar "|:|"
>      s8
>      }
>      \layout {
>      indent = 0
>      \context {
>        \TabStaff
>        \remove "Clef_engraver"
>      }
>    }
> }
>
> %%%%%%
>
> Facsimile is just for info.
>
> Any idea ?
>
> Cheers,
>
> ~Pierre
> <http://lilypond.1069038.n5.nabble.com/file/n159966/AncientTab.png>
> <http://lilypond.1069038.n5.nabble.com/file/n159966/GaillardeMorlaye.png>
>
>
>
> --
> View this message in context: 
> http://lilypond.1069038.n5.nabble.com/Ancient-tablature-repeat-barline-tp159966.html
> Sent from the User mailing list archive at Nabble.com.
>
> _______________________________________________
> lilypond-user mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/lilypond-user



reply via email to

[Prev in Thread] Current Thread [Next in Thread]