\version "2.19.59" \header { title = "Largo" tagline = ##f } global = { \key d \major \time 4/4 } upper = \relative c' { \global fis1 | } lower = \relative c' { \global r8 b cis b cis b cis b | } bass = \relative c { \global b1 | } \score { \new Staff \with { midiInstrument = "acoustic guitar (nylon)" instrumentName = "Gt." } { \clef "treble_8" << { \voiceOne \upper } \\ { \voiceThree \lower } \\ { \voiceTwo \bass } >> } \layout { } }